mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: bpfmt
This commit is contained in:
parent
d97d8b7bfe
commit
be82ebd1fe
18 changed files with 70 additions and 67 deletions
|
|
@ -2,12 +2,12 @@ android_app {
|
|||
name: "CameraLightSensor",
|
||||
srcs: [
|
||||
"src/**/*.kt",
|
||||
"src/**/I*.aidl",
|
||||
"src/**/I*.aidl",
|
||||
],
|
||||
platform_apis: true,
|
||||
privileged: true,
|
||||
certificate: "platform",
|
||||
static_libs: [ "androidx.core_core" ],
|
||||
static_libs: ["androidx.core_core"],
|
||||
required: ["privapp_whitelist_com.eurekateam.cameralightsensor.xml"],
|
||||
}
|
||||
|
||||
|
|
@ -16,4 +16,3 @@ prebuilt_etc {
|
|||
src: "privapp_whitelist_com.eurekateam.cameralightsensor.xml",
|
||||
sub_dir: "permissions",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue