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