diff options
author | Sundong Ahn <sundongahn@google.com> | 2019-11-15 11:04:51 +0900 |
---|---|---|
committer | Sundong Ahn <sundongahn@google.com> | 2019-11-15 11:07:31 +0900 |
commit | d1dcab928d38d25736ffd7fa942c33d3757daac9 (patch) | |
tree | c62fa79ee8e05bc1efb1fbb90838477681d6534b /common/networkstackclient/Android.bp | |
parent | e06a3f5e51fdd35f29d1f112b30cdbdf9d603da2 (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
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", |