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

Commit 9821e00c authored by SzuWei Lin's avatar SzuWei Lin
Browse files

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 7e101699)
parent 203de110
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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

+3 −0
Original line number Diff line number Diff line
@@ -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

+0 −0

Empty file deleted.

+3 −0
Original line number Diff line number Diff line
@@ -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

+0 −0

Empty file deleted.

Loading