Fix comments
This commit is contained in:
@@ -1,20 +1,16 @@
|
||||
# Primary SDK Library
|
||||
java_sdk_library {
|
||||
name: "pawlet-device",
|
||||
srcs: ["core/java/**/*.java"],
|
||||
api_packages: ["pawletos.device"],
|
||||
|
||||
# Dependencies
|
||||
libs: ["android_stubs_current"],
|
||||
static_libs: ["framework-minus-apex"],
|
||||
|
||||
# Build config
|
||||
sdk_version: "system_current",
|
||||
product_specific: true,
|
||||
installable: true,
|
||||
resource_dirs: ["res"],
|
||||
|
||||
# Visibility
|
||||
visibility: [
|
||||
"//frameworks/base/...",
|
||||
"//packages/apps/...",
|
||||
@@ -23,7 +19,6 @@ java_sdk_library {
|
||||
stability: "stable",
|
||||
}
|
||||
|
||||
# SELinux Policy Module
|
||||
se_policy {
|
||||
name: "pawlet-device-sepolicy",
|
||||
srcs: [
|
||||
@@ -34,7 +29,6 @@ se_policy {
|
||||
installable: true,
|
||||
}
|
||||
|
||||
# Combined Module
|
||||
android_module {
|
||||
name: "pawlet-device-full",
|
||||
srcs: [":pawlet-device"],
|
||||
|
Reference in New Issue
Block a user