From fd95a68592df9ee1bfe97f0eecd0a7199305d0bd Mon Sep 17 00:00:00 2001 From: terrycrhuang Date: Wed, 14 Apr 2021 17:32:20 +0800 Subject: [PATCH] Initial the modem svn Bug: 184116758 Test: Manual Change-Id: Idba7da2aa083e5db889ddd2e8212da40a3955f35 --- device-oriole.mk | 4 ++++ device-raven.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/device-oriole.mk b/device-oriole.mk index 9764905..ab9383f 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -102,3 +102,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) PRODUCT_COPY_FILES += \ device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc endif + +# Increment the SVN for any official public releases +PRODUCT_VENDOR_PROPERTIES += \ + ro.vendor.build.svn=1 diff --git a/device-raven.mk b/device-raven.mk index fedff0b..6d9f26d 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -99,3 +99,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) PRODUCT_COPY_FILES += \ device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc endif + +# Increment the SVN for any official public releases +PRODUCT_VENDOR_PROPERTIES += \ + ro.vendor.build.svn=1