diff --git a/device-akita.mk b/device-akita.mk index 0c8b342..df24564 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -381,8 +381,15 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.vibrator.hal.context.settlingtime=5000 # Increment the SVN for any official public releases +ifdef RELEASE_SVN_AKITA +TARGET_SVN ?= $(RELEASE_SVN_AKITA) +else +# Set this for older releases that don't use build flag +TARGET_SVN ?= 18 +endif + PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=10 + ro.vendor.build.svn=$(TARGET_SVN) # Keyboard height ratio and bottom padding in dp for portrait mode PRODUCT_PRODUCT_PROPERTIES += \