summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMingChe <blossomchiang@google.com>2023-04-17 15:17:53 +0000
committerMingChe <blossomchiang@google.com>2023-04-17 15:17:53 +0000
commit9c632d4b074bef3e6201ba697abb7f123fe44d83 (patch)
tree60f8e13bd9bf6f0f9555e20e8079cf4205488539
parentb9985ee05fd589dab51d9b53e799df1165303661 (diff)
downloadcamera-9c632d4b074bef3e6201ba697abb7f123fe44d83.tar.gz
Update UDC camera apex major number
Bug: 278549850 Test: build pass, verify FOTA update Change-Id: If22c824edff6caf09c295b53fa60eb8a38fc71b1
-rw-r--r--common/hal/aidl_service/version_script.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hal/aidl_service/version_script.py b/common/hal/aidl_service/version_script.py
index eac5873..e65d5ea 100644
--- a/common/hal/aidl_service/version_script.py
+++ b/common/hal/aidl_service/version_script.py
@@ -20,7 +20,7 @@ import os
import re
import sys
-BRANCH_SPECIFIC_VERSION_IDENTIFIER = 8 # main
+BRANCH_SPECIFIC_VERSION_IDENTIFIER = 9 # main
DEFAULT_ENG_BUILD_NUMBER = 2147480000
DEFAULT_BAD_BUILD_NUMBER = DEFAULT_ENG_BUILD_NUMBER - 1