Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88062e01 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Force all temp artifacts to out/dist." am: abfe1fa1 am: 3814dfeb am: 9db5d017

parents 8f94480a 9db5d017
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@ function finalize_main_step12() {
    local top="$(dirname "$0")"/../../../..
    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"

    # SDK codename -> int
    source $top/build/make/tools/finalization/finalize-aidl-vndk-sdk-resources.sh

+0 −3
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@ function finalize_main_step1() {
    local top="$(dirname "$0")"/../../../..
    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"

    # Build finalization artifacts.
    source $top/build/make/tools/finalization/finalize-aidl-vndk-sdk-resources.sh
}
+1 −1
Original line number Diff line number Diff line
@@ -12,4 +12,4 @@ export FINAL_PLATFORM_VERSION='14'

export FINAL_BUILD_PREFIX='UP1A'

export FINAL_MAINLINE_EXTENSION='6'
 No newline at end of file
export FINAL_MAINLINE_EXTENSION='7'
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ function finalize_aidl_vndk_sdk_resources() {
    local SDK_VERSION="public static final int $FINAL_PLATFORM_CODENAME_JAVA = $FINAL_PLATFORM_SDK_VERSION;"

    # 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"

    # The full process can be found at (INTERNAL) go/android-sdk-finalization.

+1 −1
Original line number Diff line number Diff line
@@ -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
Loading