Merge "[MS53] Add connectivity aidl exports to stubs" am: e616cb6779 am: f7f4c4c996 am: 5202e61448
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1976230 Change-Id: If317fe89f93aefd9906c989b405fc8f1654cf1eb
This commit is contained in:
@@ -272,6 +272,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",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -510,6 +512,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)
|
||||||
|
|||||||
Reference in New Issue
Block a user