mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: use footej camera
This commit is contained in:
parent
75cd9e0a4c
commit
99f4af4c4d
4 changed files with 7 additions and 8 deletions
11
universal7885-common/apps/Camera/Android.bp
Normal file
11
universal7885-common/apps/Camera/Android.bp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
android_app_import {
|
||||
name: "Footej",
|
||||
owner: "me",
|
||||
apk: "Footej.apk",
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
product_specific: true,
|
||||
overrides: ["Camera2", "Snap"],
|
||||
}
|
||||
Loading…
Reference in a new issue