Browse Source

Add property to set initial svn as 1 am: 9db3dc77fa am: 2b4321ea67

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/21535014

Change-Id: I8b5427ab6f571e2086c75af495e49e8a08447bcb
Signed-off-by: Automerger Merge Worker <[email protected]>
neoyu 2 years ago
parent
commit
78a95f8492
1 changed files with 4 additions and 0 deletions
  1. 4 0
      device-lynx.mk

+ 4 - 0
device-lynx.mk

@@ -198,6 +198,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
 PRODUCT_VENDOR_PROPERTIES += \
 	vendor.zram.size=3g
 
+# Increment the SVN for any official public releases
+PRODUCT_VENDOR_PROPERTIES += \
+    ro.vendor.build.svn=1
+
 # Set support hide display cutout feature
 PRODUCT_PRODUCT_PROPERTIES += \
     ro.support_hide_display_cutout=true