Merge "Export Wifi Parcelables AIDLs from framework.jar" am: 5ccfef6e6b
Change-Id: I575ddb5008d16ebcb32a8fc5196cd82f9eda1e11
This commit is contained in:
10
Android.bp
10
Android.bp
@@ -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",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user