mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: Inital cameraLightSensor impl
Change-Id: I75791c6b28700d71c990c15b9798fde9713d2e24 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
d195a1d848
commit
56c3102c14
23 changed files with 483 additions and 0 deletions
9
universal7885-common/apps/CameraLightSensor/Android.bp
Normal file
9
universal7885-common/apps/CameraLightSensor/Android.bp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
android_app {
|
||||
name: "CameraLightSensor",
|
||||
srcs: [
|
||||
"src/**/*.java",
|
||||
],
|
||||
platform_apis: true,
|
||||
privileged: true,
|
||||
certificate: "platform",
|
||||
}
|
||||
Loading…
Reference in a new issue