Merge "Let the finalization script create ABI dumps for all architectures" am: 99dc1341d1
am: f8f099a3db
am: e73841dec6
Original change: https://android-review.googlesource.com/c/platform/build/+/2564374 Change-Id: I4922ad75a0dec05b1a942287b961b2a249f384e2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9ebe6bdddd
1 changed files with 1 additions and 3 deletions
|
@ -92,9 +92,7 @@ function finalize_aidl_vndk_sdk_resources() {
|
|||
AIDL_TRANSITIVE_FREEZE=true $m aidl-freeze-api create_reference_dumps
|
||||
|
||||
# Generate ABI dumps
|
||||
ANDROID_BUILD_TOP="$top" \
|
||||
out/host/linux-x86/bin/create_reference_dumps \
|
||||
-p aosp_arm64 --build-variant user
|
||||
ANDROID_BUILD_TOP="$top" out/host/linux-x86/bin/create_reference_dumps
|
||||
|
||||
echo "NOTE: THIS INTENTIONALLY MAY FAIL AND REPAIR ITSELF (until 'DONE')"
|
||||
# Update new versions of files. See update-vndk-list.sh (which requires envsetup.sh)
|
||||
|
|
Loading…
Reference in a new issue