Merge "Have cargo2android put warning not to modify Android.bp files"
This commit is contained in:
@@ -89,7 +89,9 @@ RENAME_DEFAULTS_MAP = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Header added to all generated Android.bp files.
|
# Header added to all generated Android.bp files.
|
||||||
ANDROID_BP_HEADER = '// This file is generated by cargo2android.py {args}.\n'
|
ANDROID_BP_HEADER = (
|
||||||
|
'// This file is generated by cargo2android.py {args}.\n' +
|
||||||
|
'// Do not modify this file as changes will be overridden on upgrade.\n')
|
||||||
|
|
||||||
CARGO_OUT = 'cargo.out' # Name of file to keep cargo build -v output.
|
CARGO_OUT = 'cargo.out' # Name of file to keep cargo build -v output.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user