Merge "Move final script to the new folder." am: a0c591db0f
am: ba02dbd041
Original change: https://android-review.googlesource.com/c/platform/build/+/2444139 Change-Id: I60f4fe13aa04828f7af5e7e5c96994ab72f4e92a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
22
tools/finalization/build-step-1.sh
Executable file
22
tools/finalization/build-step-1.sh
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
function finalize_main() {
|
||||
local top="$(dirname "$0")"/../..
|
||||
|
||||
# default target to modify tree and build SDK
|
||||
local m="$top/build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug"
|
||||
|
||||
# Build finalization artifacts.
|
||||
source $top/build/make/tools/finalization/finalize-aidl-vndk-sdk-resources.sh
|
||||
|
||||
# This command tests:
|
||||
# The release state for AIDL.
|
||||
# ABI difference between user and userdebug builds.
|
||||
# Resource/SDK finalization.
|
||||
AIDL_FROZEN_REL=true $m
|
||||
}
|
||||
|
||||
finalize_main
|
||||
|
Reference in New Issue
Block a user