Update Android.bp
This commit is contained in:
22
Android.bp
22
Android.bp
@@ -1,13 +1,25 @@
|
|||||||
|
java_sdk_library {
|
||||||
|
name: "pawlet-device-system",
|
||||||
|
srcs: ["core/java/pawletos/device/PawletDevice.java"],
|
||||||
|
api_packages: ["pawletos.device"],
|
||||||
|
sdk_version: "system_current",
|
||||||
|
product_specific: true,
|
||||||
|
installable: true,
|
||||||
|
api_dir: "api",
|
||||||
|
visibility: [
|
||||||
|
"//packages/apps:__subpackages__",
|
||||||
|
"//vendor:__subpackages__",
|
||||||
|
],
|
||||||
|
unsafe_ignore_missing_latest_api: true,
|
||||||
|
}
|
||||||
|
|
||||||
android_library {
|
android_library {
|
||||||
name: "pawlet-device",
|
name: "pawlet-device",
|
||||||
srcs: ["core/java/pawletos/device/PawletDevice.java"],
|
srcs: ["core/java/pawletos/device/PawletDevice.java"],
|
||||||
manifest: "AndroidManifest.xml",
|
manifest: "AndroidManifest.xml",
|
||||||
sdk_version: "current",
|
sdk_version: "current",
|
||||||
product_specific: true,
|
|
||||||
static_libs: ["android_stubs_current"],
|
static_libs: ["android_stubs_current"],
|
||||||
|
product_specific: false,
|
||||||
aaptflags: ["--skip-symbols-without-default-localization"],
|
aaptflags: ["--skip-symbols-without-default-localization"],
|
||||||
visibility: [
|
visibility: ["//visibility:public"],
|
||||||
"//packages/apps:__subpackages__",
|
|
||||||
"//vendor:__subpackages__",
|
|
||||||
],
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user