Try again

This commit is contained in:
Nehemiah of Zebulun 2023-10-09 11:46:27 -04:00
parent 644986423a
commit 8bda2b95de
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk)
# #
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk)
BOARD_PLAT_PRIVATE_SEPOLICY_DIR += device/wephone/cat/sepolicy #BOARD_PLAT_PRIVATE_SEPOLICY_DIR += device/wephone/cat/sepolicy
# Don't build super.img. # Don't build super.img.
#PRODUCT_BUILD_SUPER_PARTITION := false #PRODUCT_BUILD_SUPER_PARTITION := false

View File

@ -7,9 +7,9 @@ TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi TARGET_CPU_ABI2 := armeabi
# TODO(b/111434759, b/111287060) SoC specific hacks # TODO(b/111434759, b/111287060) SoC specific hacks
BOARD_ROOT_EXTRA_SYMLINKS += /vendor/lib/dsp:/dsp #BOARD_ROOT_EXTRA_SYMLINKS += /vendor/lib/dsp:/dsp
BOARD_ROOT_EXTRA_SYMLINKS += /mnt/vendor/persist:/persist #BOARD_ROOT_EXTRA_SYMLINKS += /mnt/vendor/persist:/persist
BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt:/firmware #BOARD_ROOT_EXTRA_SYMLINKS += /vendor/firmware_mnt:/firmware
# TODO(b/36764215): remove this setting when the generic system image # TODO(b/36764215): remove this setting when the generic system image
# no longer has QCOM-specific directories under /. # no longer has QCOM-specific directories under /.