Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60a99005 authored by Luca Stefani's avatar Luca Stefani Committed by TheMalachite
Browse files

bismuth: Enabled updateable APEX

parent 73e30823
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
DEVICE_PATH := device/teracube/bismuth

# APEX
TARGET_FLATTEN_APEX := true
DEXPREOPT_GENERATE_APEX_IMAGE := true

# Assertions
TARGET_OTA_ASSERT_DEVICE := Teracube_One,bismuth
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
# SPDX-License-Identifier: Apache-2.0
#

# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)

# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/teracube/bismuth/bismuth-vendor.mk)