diff options
author | Lokesh Kumar Goel <lokeshgoel@google.com> | 2023-08-15 00:11:13 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-08-22 02:08:56 +0000 |
commit | 9ebb83dc98772fc2b6d77419ae3d13e74fb5aa07 (patch) | |
tree | ea7c71b678e88e9bf928a7e1a207357fb24759b9 | |
parent | 0f9ef1b294fd1161b379e4ba02ae16964d7d3d17 (diff) |
Update panther SVN to 31
Bug: 295937899
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:570b3d6c1f12ec5609a6a6833b95d495374112d9)
Merged-In: I24aca791a53e22a936154123390d608cc4c4dffa
Change-Id: I24aca791a53e22a936154123390d608cc4c4dffa
-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 d7cac3a..dde9314 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=30 + ro.vendor.build.svn=31 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ |