blob: 972ada1760d770a3191d38b5384b39bb9bb25f4b [file] [log] [blame]
Steven Moreland35496592022-04-19 00:57:45 +00001#!/bin/bash
2
3set -e
4
Steven Moreland12071ac2022-04-21 01:52:46 +00005source "$(dirname "$0")"/envsetup.sh
Steven Moreland35496592022-04-19 00:57:45 +00006
7# default target to modify tree and build SDK
8lunch aosp_arm64-userdebug
9
10set -x
11
12# This script is WIP and only finalizes part of the Android branch for release.
13# The full process can be found at (INTERNAL) go/android-sdk-finalization.
14
15# VNDK snapshot (TODO)
16# SDK snapshots (TODO)
17# Update references in the codebase to new API version (TODO)
18# ...
19
20AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api
21
Steven Moreland392499b2022-04-22 22:07:27 +000022m check-vndk-list || update-vndk-list.sh # for new versions of AIDL interfaces
23
Steven Moreland35496592022-04-19 00:57:45 +000024# TODO(b/229413853): test while simulating 'rel' for more requirements AIDL_FROZEN_REL=true
25m # test build
26
27# Build SDK (TODO)
28# lunch sdk...
29# m ...