From 30b11224deb4995cf3da3f672aa66ab637e039d5 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 1 May 2024 17:54:59 -0700 Subject: [PATCH] Add aosp-first preupload hook to soong To give an earlier warning than the ayeaye warning in gerrit. Test: Presubmits Change-Id: Ic1bf8ab34cb76313dc53833600ea9ceaddb045c5 --- PREUPLOAD.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 317f5c434..e8cad7d7b 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -4,3 +4,4 @@ bpfmt = true [Hook Scripts] do_not_use_DO_NOT_MERGE = ${REPO_ROOT}/build/soong/scripts/check_do_not_merge.sh ${PREUPLOAD_COMMIT} +aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "."