From d1dcab928d38d25736ffd7fa942c33d3757daac9 Mon Sep 17 00:00:00 2001 From: Sundong Ahn Date: Fri, 15 Nov 2019 11:04:51 +0900 Subject: 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 --- common/networkstackclient/Android.bp | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/networkstackclient/Android.bp') 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", -- cgit v1.2.3