mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
10 lines
210 B
Text
10 lines
210 B
Text
android_app {
|
|
name: "CameraLightSensor",
|
|
srcs: [
|
|
"src/**/*.java",
|
|
],
|
|
platform_apis: true,
|
|
privileged: true,
|
|
certificate: "platform",
|
|
static_libs: [ "androidx.core_core" ],
|
|
}
|