Merge "Remove -j1 for aidl-freeze-api"

This commit is contained in:
Treehugger Robot
2022-05-11 23:12:07 +00:00
committed by Gerrit Code Review

View File

@@ -17,8 +17,7 @@ set -x
# Update references in the codebase to new API version (TODO) # Update references in the codebase to new API version (TODO)
# ... # ...
# Adding -j1 option because of file(Android.bp) race condition. AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api
AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api -j1
m check-vndk-list || update-vndk-list.sh # for new versions of AIDL interfaces m check-vndk-list || update-vndk-list.sh # for new versions of AIDL interfaces