Update scripts for merging with upstream

Bug: 153469641
Test: ./android_tools/generate_android_bp.sh
Change-Id: I8eec3d828a609dff1ca401f258fead9b1ed32e90
This commit is contained in:
Yo Chiang
2020-07-28 17:20:25 +08:00
parent ff12d79867
commit b045a3fbd7

View File

@ -150,6 +150,11 @@ def GenerateDefault(targets):
print(' enabled: false,')
print(' },')
print(' },')
print(' target: {')
print(' darwin: {')
print(' enabled: false,')
print(' },')
print(' },')
print('}')
in_default['cflags'].extend([
"-Wno-unused-parameter",