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

Commit 83b8158d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 7d2d41ce 9c376b4e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@ set -x
# Update references in the codebase to new API version (TODO)
# ...

AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api
# Adding -j1 option because of file(Android.bp) race condition.
AIDL_TRANSITIVE_FREEZE=true m aidl-freeze-api -j1

m check-vndk-list || update-vndk-list.sh # for new versions of AIDL interfaces