[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
This commit is contained in:
Junyu Lai
2022-01-12 09:33:53 +00:00
committed by Remi NGUYEN VAN
parent 442dcb012a
commit 5bf2712005

View File

@@ -308,6 +308,8 @@ java_defaults {
include_dirs: [ include_dirs: [
"frameworks/av/aidl", "frameworks/av/aidl",
"frameworks/native/libs/permission/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", "packages/modules/Connectivity/framework/aidl-export",
], ],
}, },
@@ -557,6 +559,9 @@ stubs_defaults {
include_dirs: [ include_dirs: [
"frameworks/av/aidl", "frameworks/av/aidl",
"frameworks/native/libs/permission/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) // These are libs from framework-internal-utils that are required (i.e. being referenced)