Merge "Export Wifi Parcelables AIDLs from framework.jar"

This commit is contained in:
Treehugger Robot
2020-02-03 02:05:12 +00:00
committed by Gerrit Code Review
27 changed files with 10 additions and 0 deletions

View File

@@ -217,6 +217,14 @@ filegroup {
path: "wifi/java",
}
filegroup {
name: "framework-wifi-updatable-exported-aidl-sources",
srcs: [
"wifi/aidl-export/**/*.aidl",
],
path: "wifi/aidl-export",
}
filegroup {
name: "framework-non-updatable-sources",
srcs: [
@@ -280,6 +288,7 @@ filegroup {
srcs: [
":framework-sdkextensions-sources",
":framework-tethering-srcs",
":framework-wifi-updatable-exported-aidl-sources",
":updatable-media-srcs",
":ike-srcs",
]
@@ -317,6 +326,7 @@ java_defaults {
"telecomm/java",
"telephony/java",
"wifi/java",
"wifi/aidl-export",
],
},
}