Merge "Export Wifi Parcelables AIDLs from framework.jar" am: 5ccfef6e6b am: 07ba724d11

Change-Id: I7a1b0f749c0294f97b749f5e00df2001577b5cb2
This commit is contained in:
Automerger Merge Worker
2020-02-03 02:23:11 +00:00
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",
], ],
}, },
} }