diff options
author | 2024-06-26 09:59:41 -0700 | |
---|---|---|
committer | 2024-06-26 10:19:51 -0700 | |
commit | 33344544dc41b0a60f8bc0aab1c6a8c409638421 (patch) | |
tree | 0a55537d35875a17dccdc6744246113ab6ae1df3 | |
parent | 99cf0ea3b8905eb1915a72e375548acb908a7b22 (diff) |
Drop unneeded RELEASE_PLATFORM_VERSION value files
This is automatically set for release configs that match
"^[a-z][a-z][0-9][0-9a-z]$"
Bug: None
Test: manually confirmed no change in flag value
Ignore-AOSP-First: internal process
Change-Id: I712d04ce7c4688c35ef857f626604fc918311fa7
-rw-r--r-- | flag_values/ap2a/RELEASE_PLATFORM_VERSION.textproto | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/flag_values/ap2a/RELEASE_PLATFORM_VERSION.textproto b/flag_values/ap2a/RELEASE_PLATFORM_VERSION.textproto deleted file mode 100644 index 7ac660e4..00000000 --- a/flag_values/ap2a/RELEASE_PLATFORM_VERSION.textproto +++ /dev/null @@ -1,4 +0,0 @@ -name: "RELEASE_PLATFORM_VERSION" -value: { - string_value: "UP1A" -} |