Loading target/product/aosp_arm.mk +14 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ # limitations under the License. # # The system image of aosp_arm-userdebug is a GSI for the devices with: # - ARM 32 bits user space # - 64 bits binder interface # - system-as-root # - VNDK enforcement # - compatible property override enabled PRODUCT_PROPERTY_OVERRIDES += \ rild.libpath=/vendor/lib/libreference-ril.so Loading @@ -27,6 +34,13 @@ PRODUCT_COPY_FILES += \ include $(SRC_TARGET_DIR)/product/full.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ update_engine \ update_verifier # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true Loading target/product/aosp_arm64.mk +14 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ # limitations under the License. # # The system image of aosp_arm64-userdebug is a GSI for the devices with: # - ARM 64 bits user space # - 64 bits binder interface # - system-as-root # - VNDK enforcement # - compatible property override enabled PRODUCT_PROPERTY_OVERRIDES += \ rild.libpath=/vendor/lib64/libreference-ril.so Loading Loading @@ -44,6 +51,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk) include $(SRC_TARGET_DIR)/product/emulator.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ update_engine \ update_verifier # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true Loading target/product/aosp_arm64_ab.mk +6 −0 Original line number Diff line number Diff line Loading @@ -19,8 +19,14 @@ # on the generic system image, place them in build/make/target/board/ # treble_system.prop. # aosp_arm64_ab-userdebug is a Legacy GSI for the devices with: # - ARM 64 bits user space # - 64 bits binder interface # - system-as-root include build/make/target/product/treble_common_64.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ Loading target/product/aosp_arm_ab.mk +6 −0 Original line number Diff line number Diff line Loading @@ -19,8 +19,14 @@ # on the generic system image, place them in build/make/target/board/ # treble_system.prop. # aosp_arm_ab-userdebug is a Legacy GSI for the devices with: # - ARM 32 bits user space # - 32 bits binder interface # - system-as-root include build/make/target/product/treble_common_32.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ Loading target/product/aosp_x86.mk +14 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ # limitations under the License. # # The system image of aosp_x86-userdebug is a GSI for the devices with: # - x86 32 bits user space # - 64 bits binder interface # - system-as-root # - VNDK enforcement # - compatible property override enabled PRODUCT_PROPERTY_OVERRIDES += \ rild.libpath=/vendor/lib/libreference-ril.so Loading @@ -28,6 +35,13 @@ PRODUCT_COPY_FILES += \ include $(SRC_TARGET_DIR)/product/full_x86.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ update_engine \ update_verifier # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true Loading Loading
target/product/aosp_arm.mk +14 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ # limitations under the License. # # The system image of aosp_arm-userdebug is a GSI for the devices with: # - ARM 32 bits user space # - 64 bits binder interface # - system-as-root # - VNDK enforcement # - compatible property override enabled PRODUCT_PROPERTY_OVERRIDES += \ rild.libpath=/vendor/lib/libreference-ril.so Loading @@ -27,6 +34,13 @@ PRODUCT_COPY_FILES += \ include $(SRC_TARGET_DIR)/product/full.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ update_engine \ update_verifier # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true Loading
target/product/aosp_arm64.mk +14 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ # limitations under the License. # # The system image of aosp_arm64-userdebug is a GSI for the devices with: # - ARM 64 bits user space # - 64 bits binder interface # - system-as-root # - VNDK enforcement # - compatible property override enabled PRODUCT_PROPERTY_OVERRIDES += \ rild.libpath=/vendor/lib64/libreference-ril.so Loading Loading @@ -44,6 +51,13 @@ $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk) include $(SRC_TARGET_DIR)/product/emulator.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ update_engine \ update_verifier # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true Loading
target/product/aosp_arm64_ab.mk +6 −0 Original line number Diff line number Diff line Loading @@ -19,8 +19,14 @@ # on the generic system image, place them in build/make/target/board/ # treble_system.prop. # aosp_arm64_ab-userdebug is a Legacy GSI for the devices with: # - ARM 64 bits user space # - 64 bits binder interface # - system-as-root include build/make/target/product/treble_common_64.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ Loading
target/product/aosp_arm_ab.mk +6 −0 Original line number Diff line number Diff line Loading @@ -19,8 +19,14 @@ # on the generic system image, place them in build/make/target/board/ # treble_system.prop. # aosp_arm_ab-userdebug is a Legacy GSI for the devices with: # - ARM 32 bits user space # - 32 bits binder interface # - system-as-root include build/make/target/product/treble_common_32.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ Loading
target/product/aosp_x86.mk +14 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ # limitations under the License. # # The system image of aosp_x86-userdebug is a GSI for the devices with: # - x86 32 bits user space # - 64 bits binder interface # - system-as-root # - VNDK enforcement # - compatible property override enabled PRODUCT_PROPERTY_OVERRIDES += \ rild.libpath=/vendor/lib/libreference-ril.so Loading @@ -28,6 +35,13 @@ PRODUCT_COPY_FILES += \ include $(SRC_TARGET_DIR)/product/full_x86.mk # Enable A/B update AB_OTA_UPDATER := true AB_OTA_PARTITIONS := system PRODUCT_PACKAGES += \ update_engine \ update_verifier # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true Loading