universal7885: Add aidl for interacting with EKCamera

Also address deprecation
This commit is contained in:
roynatech2544 2022-05-01 10:12:35 +09:00
commit df3f4dea62
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
3 changed files with 53 additions and 44 deletions

View file

@ -2,6 +2,7 @@ android_app {
name: "CameraLightSensor",
srcs: [
"src/**/*.kt",
"src/**/I*.aidl",
],
platform_apis: true,
privileged: true,