mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: use footej camera
This commit is contained in:
parent
75cd9e0a4c
commit
99f4af4c4d
4 changed files with 7 additions and 8 deletions
|
|
@ -1,12 +1,11 @@
|
||||||
android_app_import {
|
android_app_import {
|
||||||
name: "GCamGo",
|
name: "Footej",
|
||||||
owner: "google",
|
owner: "me",
|
||||||
apk: "GcamGo.apk",
|
apk: "Footej.apk",
|
||||||
presigned: true,
|
presigned: true,
|
||||||
dex_preopt: {
|
dex_preopt: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
privileged: true,
|
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
overrides: ["Camera2", "Snap"],
|
overrides: ["Camera2", "Snap"],
|
||||||
}
|
}
|
||||||
BIN
universal7885-common/apps/Camera/Footej.apk
Normal file
BIN
universal7885-common/apps/Camera/Footej.apk
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -64,6 +64,10 @@ PRODUCT_COPY_FILES += \
|
||||||
# Camera
|
# Camera
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.camera.provider@2.5-service
|
android.hardware.camera.provider@2.5-service
|
||||||
|
|
||||||
|
# Camera app
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
Footej
|
||||||
|
|
||||||
# Charger
|
# Charger
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
@ -109,10 +113,6 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.graphics.composer@2.1-service \
|
android.hardware.graphics.composer@2.1-service \
|
||||||
android.hardware.graphics.mapper@2.0-impl \
|
android.hardware.graphics.mapper@2.0-impl \
|
||||||
libgui_vendor
|
libgui_vendor
|
||||||
|
|
||||||
# GcamGO
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
GCamGo
|
|
||||||
|
|
||||||
# Health
|
# Health
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue