diff options
author | Sundong Ahn <sundongahn@google.com> | 2019-11-15 11:04:51 +0900 |
---|---|---|
committer | Sundong Ahn <sundongahn@google.com> | 2019-11-20 19:15:20 +0900 |
commit | 95584550761912ae9c6c26c2d838754d770cea65 (patch) | |
tree | af3b23c09dc2fef2b4bccddf7f53dd051e6deae5 /common/networkstackclient/Android.bp | |
parent | fb73cd7048327d5f3e41dd436c6341b9f80e3f8d (diff) |
Remove api_dir property
The api_dir property is removed, and the api dir path for aidl_interface
is fixed to aidl_api/{module_name}. According to this rule, all api dirs
are moved to aidl_api/{module_name}.
Bug: 113134692
Test: m -j
Change-Id: I0feb7b6c6b2ee8620e0e1b7c07c409a294e3a9d2
Merged-In: I0feb7b6c6b2ee8620e0e1b7c07c409a294e3a9d2
(cherry picked from commit d1dcab928d38d25736ffd7fa942c33d3757daac9)
Diffstat (limited to 'common/networkstackclient/Android.bp')
-rw-r--r-- | common/networkstackclient/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/networkstackclient/Android.bp b/common/networkstackclient/Android.bp index 9c9ae21..d41b470 100644 --- a/common/networkstackclient/Android.bp +++ b/common/networkstackclient/Android.bp @@ -31,7 +31,6 @@ aidl_interface { enabled: false, }, }, - api_dir: "aidl/ipmemorystore", versions: [ "1", "2", @@ -69,7 +68,6 @@ aidl_interface { enabled: false, }, }, - api_dir: "aidl/networkstack", imports: ["ipmemorystore-aidl-interfaces"], versions: [ "1", |