summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Peng <robinpeng@google.com>2023-06-05 09:59:57 +0000
committerRobin Peng <robinpeng@google.com>2023-06-05 09:59:57 +0000
commit3b019246e11e7078cde5023eb852ff4beff9c838 (patch)
tree6e22c0afbc1495fd9633d30bbcb9f9699a13185f
parent263a7519b1eec254868b28894376d7fae8be8158 (diff)
downloadfelix-3b019246e11e7078cde5023eb852ff4beff9c838.tar.gz
update_symbol_list.sh: update staging build files
* determine GKI_KERNEL_BRANCH from manifest Bug: 277560840 Change-Id: If0eb4657c9db79ce3df4f1ed3d51a7dffca61e93 Signed-off-by: Robin Peng <robinpeng@google.com>
-rwxr-xr-xupdate_symbol_list_felix-staging.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_symbol_list_felix-staging.sh b/update_symbol_list_felix-staging.sh
index 09c4fa1..b51118f 100755
--- a/update_symbol_list_felix-staging.sh
+++ b/update_symbol_list_felix-staging.sh
@@ -4,7 +4,7 @@ BUILD_AOSP_KERNEL=0 \
BUILD_STAGING_KERNEL=1 \
GKI_KERNEL_DIR=aosp-staging \
GKI_KERNEL_REMOTE=partner-common \
-GKI_KERNEL_BRANCH=android13-5.10-pixel-staging \
+GKI_KERNEL_BRANCH=`repo info aosp-staging | grep "Manifest revision" | sed 's/Manifest revision: //g'` \
BUILD_SCRIPT="./build_felix.sh" \
DEVICE_KERNEL_BUILD_CONFIG=private/devices/google/felix/build.config.felix \
private/gs-google/update_symbol_list.sh "$@"