mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -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 {
|
||||
name: "Camera",
|
||||
owner: "me",
|
||||
apk: "Camera.apk",
|
||||
name: "Aperture",
|
||||
owner: "LineageOS",
|
||||
apk: "Aperture.apk",
|
||||
presigned: true,
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
product_specific: true,
|
||||
overrides: [
|
||||
"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
|
||||
PRODUCT_PACKAGES += \
|
||||
Camera
|
||||
Aperture
|
||||
|
||||
# Charger
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ ro.build.PDA=A202KKKU7CUF1
|
|||
wifi.direct.interface=p2p0
|
||||
|
||||
# Camera
|
||||
vendor.camera.aux.packagelist=com.eurekateam.camera
|
||||
vendor.camera.aux.packagelist=org.lineageos.aperture
|
||||
vendor.camera.aux.packageexcludelist=nothing
|
||||
|
||||
# Samsung
|
||||
|
|
|
|||
Loading…
Reference in a new issue