universal7885: CameraLightSensor: Inital Test

Change-Id: I74b97bec8b5e173acda1939896835ac807b83c71
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-10-30 22:03:12 +09:00
commit e17ee16b93
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
9 changed files with 489 additions and 2 deletions

View file

@ -0,0 +1,9 @@
android_app {
name: "CameraLightSensor",
srcs: [
"src/**/*.java",
],
platform_apis: true,
privileged: true,
certificate: "platform",
}