summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot2017-10-20 02:21:13 -0500
committerandroid-build-team Robot2017-10-20 02:22:28 -0500
commit8de8c5f4619d7ac3c7323b4131690f1c66469238 (patch)
treeb31803fa1d7186dc01f2c1a9b2fe42cf4f0e9aa9
parent740ad257aea3e3a444cf7fe33afc4a6f76dd8d59 (diff)
parent4c06d6495528ff38a9cb1bfd4d59ac9d06c26cf0 (diff)
downloadplatform-build-8de8c5f4619d7ac3c7323b4131690f1c66469238.tar.gz
platform-build-8de8c5f4619d7ac3c7323b4131690f1c66469238.tar.xz
platform-build-8de8c5f4619d7ac3c7323b4131690f1c66469238.zip
Make change and version bump to OPM1.171019.002
Change-Id: Ia2233142ae8e26779c702796f4fc168eaa334390
-rw-r--r--core/build_id.mk2
-rw-r--r--target/board/treble_common.mk3
2 files changed, 4 insertions, 1 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 8a5444cf7..6ba85eb2f 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
18# (like "CRB01"). It must be a single word, and is 18# (like "CRB01"). It must be a single word, and is
19# capitalized by convention. 19# capitalized by convention.
20 20
21export BUILD_ID=OPM1.171019.001 21export BUILD_ID=OPM1.171019.002
diff --git a/target/board/treble_common.mk b/target/board/treble_common.mk
index ec711c256..fd3363c89 100644
--- a/target/board/treble_common.mk
+++ b/target/board/treble_common.mk
@@ -30,7 +30,10 @@ TARGET_NO_BOOTLOADER := true
30TARGET_NO_KERNEL := true 30TARGET_NO_KERNEL := true
31 31
32# system.img is always ext4 with sparse option 32# system.img is always ext4 with sparse option
33# GSI also includes make_f2fs to support userdata parition in f2fs
34# for some devices
33TARGET_USERIMAGES_USE_EXT4 := true 35TARGET_USERIMAGES_USE_EXT4 := true
36TARGET_USERIMAGES_USE_F2FS := true
34TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false 37TARGET_USERIMAGES_SPARSE_EXT_DISABLED := false
35TARGET_USES_MKE2FS := true 38TARGET_USES_MKE2FS := true
36 39