summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunyu Lai <junyulai@google.com>2022-01-12 09:33:53 +0000
committerJunyu Lai <junyulai@google.com>2022-02-08 10:21:53 +0000
commit66760b299b81204ff606fec02b4b50749ea84af8 (patch)
tree51e523cdaecfced95408fc22dba44e6b93ab87a7
parent81568fa22f7f01794fc13b719b4fbd18b047fcea (diff)
downloadbase-66760b299b81204ff606fec02b4b50749ea84af8.tar.gz
[MS53] Add connectivity aidl exports to stubs
This is needed to solve the dependencies where platform code such as ITelephony.aidl needs aidl definitions. Test: TH Bug: 204830222 Change-Id: Ie19a258c2e8a724dc087bc5ad5f8f522e29feca5 Merged-In: Ie19a258c2e8a724dc087bc5ad5f8f522e29feca5
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ab85a0acc2fc..5bd332947057 100644
--- a/Android.bp
+++ b/Android.bp
@@ -271,6 +271,8 @@ java_defaults {
include_dirs: [
"frameworks/av/aidl",
"frameworks/native/libs/permission/aidl",
+ // TODO: remove when moved to the below package
+ "frameworks/base/packages/ConnectivityT/framework-t/aidl-export",
"packages/modules/Connectivity/framework/aidl-export",
],
},
@@ -507,6 +509,9 @@ stubs_defaults {
include_dirs: [
"frameworks/av/aidl",
"frameworks/native/libs/permission/aidl",
+ // TODO: remove when moved to the below package
+ "frameworks/base/packages/ConnectivityT/framework-t/aidl-export",
+ "packages/modules/Connectivity/framework/aidl-export",
],
},
// These are libs from framework-internal-utils that are required (i.e. being referenced)