Fix system.prop path

This commit is contained in:
Nehemiah of Zebulun 2023-10-09 15:22:14 -04:00
parent 1380595362
commit 4a30c0539c

View File

@ -6,4 +6,4 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1572864000
endif
TARGET_USES_64_BIT_BINDER := true
TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP)
TARGET_SYSTEM_PROP := device/wephone/cat/system.prop $(TARGET_SYSTEM_PROP)