mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
* Add proguard rules too * Auto-Brightness still working even if the settings is turned off
13 lines
283 B
Text
13 lines
283 B
Text
android_app {
|
|
name: "CameraLightSensor",
|
|
srcs: [
|
|
"src/**/*.java",
|
|
],
|
|
platform_apis: true,
|
|
privileged: true,
|
|
certificate: "platform",
|
|
static_libs: [ "androidx.core_core" ],
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|