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

Commit 1333dc05 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Automerger Merge Worker
Browse files

Merge "Fix sepolicy finalization build error" into main am: 9ef1caab am:...

Merge "Fix sepolicy finalization build error" into main am: 9ef1caab am: c2ddd0e9 am: 8b856c1a

Original change: https://android-review.googlesource.com/c/platform/build/+/2784031



Change-Id: I594c736aa32b1ff92a7f23400c2718704c87e823
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1006a530 8b856c1a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -45,9 +45,7 @@ function finalize_sdk_rel() {
    git -C "$top/cts" mv hostsidetests/theme/assets/${FINAL_PLATFORM_CODENAME} hostsidetests/theme/assets/${FINAL_PLATFORM_SDK_VERSION}

    # system/sepolicy
    mkdir -p "$top/system/sepolicy/prebuilts/api/${FINAL_PLATFORM_SDK_VERSION}.0/"
    cp -r "$top/system/sepolicy/public/" "$top/system/sepolicy/prebuilts/api/${FINAL_PLATFORM_SDK_VERSION}.0/"
    cp -r "$top/system/sepolicy/private/" "$top/system/sepolicy/prebuilts/api/${FINAL_PLATFORM_SDK_VERSION}.0/"
    system/sepolicy/tools/finalize-sdk-rel.sh "$top" "$FINAL_PLATFORM_SDK_VERSION"

    # prebuilts/abi-dumps/ndk
    mkdir -p "$top/prebuilts/abi-dumps/ndk/$FINAL_PLATFORM_SDK_VERSION"