unplugged-system/system/tools/aidl/build/message_check_equality_frozen.txt

10 lines
588 B
Plaintext

###############################################################################
# ERROR: AIDL API change detected on frozen interface #
###############################################################################
Above AIDL file(s) has changed. The AIDL API is marked `frozen: true` so it
cannot be modified. Change this to `frozen: false`, then run `m %s-update-api`
to reflect the changes to the current version so that it is reviewed by
android-aidl-api-council@google.com.
And then you need to change dependency on %s-V(n)-* to %s-V(n+1)-* to use
new APIs.