From 5bf2712005deda1a128a28d101128cc48fab289e Mon Sep 17 00:00:00 2001 From: Junyu Lai Date: Wed, 12 Jan 2022 09:33:53 +0000 Subject: [PATCH] [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 --- Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Android.bp b/Android.bp index e03f8449891ab..25238e8c08818 100644 --- a/Android.bp +++ b/Android.bp @@ -308,6 +308,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", ], }, @@ -557,6 +559,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)