Loading tools/check-flagged-apis/check-flagged-apis.sh 100644 → 100755 +9 −0 Original line number Diff line number Diff line #!/bin/bash # Copyright (C) 2024 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); Loading @@ -15,6 +17,13 @@ # Run check-flagged-apis for public APIs and the three @SystemApi flavours # Usage: lunch <your-target> && source <this script> source $(cd $(dirname $BASH_SOURCE) &> /dev/null && pwd)/../../shell_utils.sh require_top function m() { $(gettop)/build/soong/soong_ui.bash --build-mode --all-modules --dir="$(pwd)" "$@" } function build() { m sdk dist && m \ check-flagged-apis \ Loading Loading
tools/check-flagged-apis/check-flagged-apis.sh 100644 → 100755 +9 −0 Original line number Diff line number Diff line #!/bin/bash # Copyright (C) 2024 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); Loading @@ -15,6 +17,13 @@ # Run check-flagged-apis for public APIs and the three @SystemApi flavours # Usage: lunch <your-target> && source <this script> source $(cd $(dirname $BASH_SOURCE) &> /dev/null && pwd)/../../shell_utils.sh require_top function m() { $(gettop)/build/soong/soong_ui.bash --build-mode --all-modules --dir="$(pwd)" "$@" } function build() { m sdk dist && m \ check-flagged-apis \ Loading