extra: Introduce prebuilt Aperture apk for non-ATV

* Can't build on anything less than SDK33 but runs on Oreo and up.

Change-Id: Ic83089cfeb07e00853ee00050def4e635b730da3
lineage-19.1
Nolen Johnson 2 years ago
parent 4ea03f437d
commit 3c1b81ab35
  1. 11
      apks/Android.bp
  2. BIN
      apks/Aperture.apk
  3. 6
      product.mk

@ -0,0 +1,11 @@
android_app_import {
name: "Aperture",
owner: "lineageos",
apk: "Aperture.apk",
overrides: ["Camera2", "Snap"],
dex_preopt: {
enabled: false,
},
certificate: "platform",
product_specific: true,
}

Binary file not shown.

@ -14,6 +14,12 @@ PRODUCT_PACKAGES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.sys.adb.shell=/system_ext/bin/bash
ifneq ($(PRODUCT_IS_ATV),true)
## Camera
PRODUCT_PACKAGES += \
Aperture
endif
## Device-specific
ifneq ($(filter %TP1803,$(TARGET_PRODUCT)),)
# TP1803 Camera Additions

Loading…
Cancel
Save