Update Android.bp
This commit is contained in:
15
Android.bp
15
Android.bp
@@ -1,7 +1,9 @@
|
|||||||
|
// Signature format: 4.0
|
||||||
|
|
||||||
java_sdk_library {
|
java_sdk_library {
|
||||||
name: "pawlet-system",
|
name: "pawlet-device",
|
||||||
srcs: ["core/java/pawletos/device/PawletSystem.java"],
|
srcs: ["core/java/pawletos/device/PawletDevice.java"],
|
||||||
api_packages: ["pawletos.device.system"],
|
api_packages: ["pawletos.device"],
|
||||||
sdk_version: "system_current",
|
sdk_version: "system_current",
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
installable: true,
|
installable: true,
|
||||||
@@ -14,11 +16,10 @@ java_sdk_library {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android_library {
|
android_library {
|
||||||
name: "pawlet-device",
|
name: "pawlet-system-internal",
|
||||||
srcs: ["core/java/pawletos/device/PawletDevice.java"],
|
srcs: ["core/java/pawletos/device/PawletSystem.java"],
|
||||||
sdk_version: "current",
|
sdk_version: "current",
|
||||||
static_libs: ["android_stubs_current"],
|
static_libs: ["android_stubs_current"],
|
||||||
product_specific: false,
|
product_specific: true,
|
||||||
aaptflags: ["--skip-symbols-without-default-localization"],
|
|
||||||
visibility: ["//visibility:public"],
|
visibility: ["//visibility:public"],
|
||||||
}
|
}
|
Reference in New Issue
Block a user