universal7885: CameraLightSensor: Merge codes to 2 files and fix bugs

* Add proguard rules too

* Auto-Brightness still working even if the settings is turned off
This commit is contained in:
roynatech2544 2021-11-09 22:19:53 +09:00
commit ae86b3fdcb
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
9 changed files with 357 additions and 390 deletions

View file

@ -7,4 +7,7 @@ android_app {
privileged: true,
certificate: "platform",
static_libs: [ "androidx.core_core" ],
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}