diff options
author | Bassem Khalife <bkhalife@google.com> | 2023-08-05 12:58:53 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-08-14 19:51:52 +0000 |
commit | 82b36361bacadf9139a5f2ca39b1d83601b96e0d (patch) | |
tree | e2e31f52708b4e3cdcc552a9d9bed984b6b4d656 | |
parent | 75a49a4f41c4b15a618b593d05e3940916ebbf42 (diff) |
Update panther SVN to 28
Bug: 289414927
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6cc298fce7a0f3dea6b1b69afa62660c20e4da8a)
Merged-In: Ic75f8b0cc00bedcf39215ef22afcf2ba2bd2c53b
Change-Id: Ic75f8b0cc00bedcf39215ef22afcf2ba2bd2c53b
-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 e0d2061..a8966c2 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=27 + ro.vendor.build.svn=28 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ |