mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: camera-app: Ship Aperture instead
- Supports AUX camera.
- Also add aux camera prop
- Prebuilt's commit: c28b2af987
This commit is contained in:
parent
2253170e8a
commit
633809a397
5 changed files with 5 additions and 8 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
android_app_import {
|
android_app_import {
|
||||||
name: "Camera",
|
name: "Aperture",
|
||||||
owner: "me",
|
owner: "LineageOS",
|
||||||
apk: "Camera.apk",
|
apk: "Aperture.apk",
|
||||||
presigned: true,
|
presigned: true,
|
||||||
dex_preopt: {
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
overrides: [
|
overrides: [
|
||||||
"Camera2",
|
"Camera2",
|
||||||
|
|
|
||||||
BIN
universal7885-common/apps/Camera/Aperture.apk
Normal file
BIN
universal7885-common/apps/Camera/Aperture.apk
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -97,7 +97,7 @@ endif
|
||||||
|
|
||||||
# Camera app
|
# Camera app
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
Camera
|
Aperture
|
||||||
|
|
||||||
# Charger
|
# Charger
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ ro.build.PDA=A202KKKU7CUF1
|
||||||
wifi.direct.interface=p2p0
|
wifi.direct.interface=p2p0
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
vendor.camera.aux.packagelist=com.eurekateam.camera
|
vendor.camera.aux.packagelist=org.lineageos.aperture
|
||||||
vendor.camera.aux.packageexcludelist=nothing
|
vendor.camera.aux.packageexcludelist=nothing
|
||||||
|
|
||||||
# Samsung
|
# Samsung
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue