25 lines
756 B
Plaintext
25 lines
756 B
Plaintext
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 {
|
|
name: "pawlet-device",
|
|
srcs: ["core/java/pawletos/device/PawletDevice.java"],
|
|
manifest: "AndroidManifest.xml",
|
|
sdk_version: "current",
|
|
static_libs: ["android_stubs_current"],
|
|
product_specific: false,
|
|
aaptflags: ["--skip-symbols-without-default-localization"],
|
|
visibility: ["//visibility:public"],
|
|
} |