device_xiaomi_sweet/cutout/Android.bp
daniml3 0fa352aec3 sweet: show a ring on the camera cutout when its in use
* For avoiding halo effect on low light conditions

* Achieve this by creating a custom ImageView that its shown when the
  camera is in use

Signed-off-by: daniml3 <danimoral1001@gmail.com>
Change-Id: Iedca0f0d4b304b020daf0ebec74e245581824c98
2022-03-24 20:50:00 +05:30

13 lines
189 B
Plaintext

android_app {
name: "CutoutRingServiceSweet",
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
privileged: true,
resource_dirs: ["res"],
}