diff options
author | Lokesh Kumar Goel <lokeshgoel@google.com> | 2023-08-16 05:39:08 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-09-15 21:11:17 +0000 |
commit | 7b716301cda5c43e0351ef65001857f2a30c4a15 (patch) | |
tree | c14fed244db6e79da542a30c61f4afc58f94247d | |
parent | 6fb748bd093e470aff441724e88c32fc88d96da2 (diff) |
Update panther SVN to 32
Bug: 295937899
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ce0e01fc1afebbd6d35c0b91dc2861974ee94edc)
Merged-In: I83852b7c11925d054ef38442f3cbd564c59866a2
Change-Id: I83852b7c11925d054ef38442f3cbd564c59866a2
-rw-r--r-- | device-panther.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device-panther.mk b/device-panther.mk index dde9314..38b1b31 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -291,7 +291,7 @@ PRODUCT_VENDOR_PROPERTIES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=31 + ro.vendor.build.svn=32 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ |