Share system properties with all GSI project with treble_system.prop
Use TARGET_SYSTEM_PROP to assign a common system property file in each
GSI BoardConfig.mk
Bug: 62647757
Test: make and check the file system/build.prop in out folder
Change-Id: Ifb3e02356869f97573a3690a6d67c2b4a9471c46
Merged-In: Ifb3e02356869f97573a3690a6d67c2b4a9471c46
(cherry picked from commit 7e10169909
)
This commit is contained in:
parent
203de1108f
commit
9821e00caa
|
@ -17,6 +17,9 @@
|
|||
# Common boardconfig settings for generic AOSP products targetting mobile
|
||||
# (phone/table) devices.
|
||||
|
||||
# System properties
|
||||
TARGET_SYSTEM_PROP := build/make/target/board/treble_system.prop
|
||||
|
||||
# Bootloader is not part of generic AOSP image
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
# Common boardconfig settings for generic AOSP products targetting mobile
|
||||
# (phone/table) devices.
|
||||
|
||||
# System properties
|
||||
TARGET_SYSTEM_PROP := build/make/target/board/treble_system.prop
|
||||
|
||||
# Bootloader is not part of generic AOSP image
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
# Common boardconfig settings for generic AOSP products targetting mobile
|
||||
# (phone/table) devices.
|
||||
|
||||
# System properties
|
||||
TARGET_SYSTEM_PROP := build/make/target/board/treble_system.prop
|
||||
|
||||
# Bootloader is not part of generic AOSP image
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
|
||||
|
|
Loading…
Reference in New Issue