mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: CameraLightSensor: Inital Test
Change-Id: I74b97bec8b5e173acda1939896835ac807b83c71 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
35976c4d3e
commit
e17ee16b93
9 changed files with 489 additions and 2 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