25 lines
682 B
Plaintext
25 lines
682 B
Plaintext
// Signature format: 4.0
|
|
|
|
java_sdk_library {
|
|
name: "pawlet-device",
|
|
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-system-internal",
|
|
srcs: ["core/java/pawletos/device/PawletSystem.java"],
|
|
sdk_version: "current",
|
|
static_libs: ["android_stubs_current"],
|
|
product_specific: true,
|
|
visibility: ["//visibility:public"],
|
|
} |