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