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

Commit db20a629 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "Start script to finalize branch release." am: 7a396db0 am: 969dd0f4 am: 767a7d9c

parents 2763773a 767a7d9c
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
#!/bin/bash

set -e

source ../envsetup.sh

# default target to modify tree and build SDK
lunch aosp_arm64-userdebug

set -x

# This script is WIP and only finalizes part of the Android branch for release.
# The full process can be found at (INTERNAL) go/android-sdk-finalization.

# VNDK snapshot (TODO)
# SDK snapshots (TODO)
# Update references in the codebase to new API version (TODO)
# ...

AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api

# TODO(b/229413853): test while simulating 'rel' for more requirements AIDL_FROZEN_REL=true
m # test build

# Build SDK (TODO)
# lunch sdk...
# m ...