mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: camera-app: Change module name
So it can override source built ones
This commit is contained in:
parent
72bb5acc20
commit
5c518baaef
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
android_app_import {
|
||||
name: "Aperture",
|
||||
name: "AperturePrebuilt",
|
||||
owner: "LineageOS",
|
||||
apk: "Aperture.apk",
|
||||
presigned: true,
|
||||
|
|
@ -7,5 +7,6 @@ android_app_import {
|
|||
overrides: [
|
||||
"Camera2",
|
||||
"Snap",
|
||||
"Aperture"
|
||||
],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ endif
|
|||
|
||||
# Camera app
|
||||
PRODUCT_PACKAGES += \
|
||||
Aperture
|
||||
AperturePrebuilt
|
||||
|
||||
# Charger
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue