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 {
|
||||
name: "pawlet-system",
|
||||
srcs: ["core/java/pawletos/device/PawletSystem.java"],
|
||||
api_packages: ["pawletos.device.system"],
|
||||
name: "pawlet-device",
|
||||
srcs: ["core/java/pawletos/device/PawletDevice.java"],
|
||||
api_packages: ["pawletos.device"],
|
||||
sdk_version: "system_current",
|
||||
product_specific: true,
|
||||
installable: true,
|
||||
@@ -14,11 +16,10 @@ java_sdk_library {
|
||||
}
|
||||
|
||||
android_library {
|
||||
name: "pawlet-device",
|
||||
srcs: ["core/java/pawletos/device/PawletDevice.java"],
|
||||
name: "pawlet-system-internal",
|
||||
srcs: ["core/java/pawletos/device/PawletSystem.java"],
|
||||
sdk_version: "current",
|
||||
static_libs: ["android_stubs_current"],
|
||||
product_specific: false,
|
||||
aaptflags: ["--skip-symbols-without-default-localization"],
|
||||
product_specific: true,
|
||||
visibility: ["//visibility:public"],
|
||||
}
|
Reference in New Issue
Block a user