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

Commit 10520971 authored by Hsin-Yi Chen's avatar Hsin-Yi Chen Committed by Android (Google) Code Review
Browse files

Merge "Create ABI dumps for APEX libraries at finalization step 2" into main

parents 1dd7990b b18cd886
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,7 +33,9 @@ function finalize_sdk_rel() {
    fi
    git -C "$top/cts" mv hostsidetests/theme/assets/${FINAL_PLATFORM_CODENAME} hostsidetests/theme/assets/${FINAL_PLATFORM_SDK_VERSION}

    # TODO(b/333532038): Create ABI dumps in prebuilts/abi-dumps/platform
    # prebuilts/abi-dumps/platform
    "$top/build/soong/soong_ui.bash" --make-mode TARGET_RELEASE=fina_2 TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug create_reference_dumps
    ANDROID_BUILD_TOP="$top" "$top/out/host/linux-x86/bin/create_reference_dumps" -release fina_2 --build-variant userdebug --lib-variant APEX
}

finalize_sdk_rel