Force all temp artifacts to out/dist.
This way they don't end up in the final build, and will be in a single predictable place. +bump the extension SDK version to 7 Bug: 271806061 Test: run locally Change-Id: Iaf4d918a269cdb7c79a53b7df9592bf8205e0305
This commit is contained in:
@@ -19,7 +19,7 @@ function finalize_sdk_rel() {
|
||||
source $top/build/make/tools/finalization/environment.sh
|
||||
|
||||
# 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"
|
||||
local m="$top/build/soong/soong_ui.bash --make-mode TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug DIST_DIR=out/dist"
|
||||
|
||||
# revert droidstubs hack now we are switching to REL
|
||||
revert_droidstubs_hack
|
||||
|
Reference in New Issue
Block a user