universal7885: camera-app: Change module name

So it can override source built ones
This commit is contained in:
roynatech2544 2022-11-02 16:00:37 +09:00
commit 5c518baaef
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
android_app_import { android_app_import {
name: "Aperture", name: "AperturePrebuilt",
owner: "LineageOS", owner: "LineageOS",
apk: "Aperture.apk", apk: "Aperture.apk",
presigned: true, presigned: true,
@ -7,5 +7,6 @@ android_app_import {
overrides: [ overrides: [
"Camera2", "Camera2",
"Snap", "Snap",
"Aperture"
], ],
} }

View file

@ -97,7 +97,7 @@ endif
# Camera app # Camera app
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
Aperture AperturePrebuilt
# Charger # Charger
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \