build-webview: Only try to am files with a .patch extension
Change-Id: I041d63c64c5a36200481a299a33c6b873dd4bf8b
This commit is contained in:
committed by
Kevin Haggerty
parent
e9f92ddd21
commit
a8b11ec218
@@ -112,7 +112,7 @@ cp chrome/android/java/res_chromium_base/mipmap-xxxhdpi/app_icon.png android_web
|
||||
|
||||
# Apply our patches
|
||||
if [ $gsync -eq 1 ]; then
|
||||
git am ../android_external_chromium-webview/patches/*
|
||||
git am ../android_external_chromium-webview/patches/*.patch
|
||||
fi
|
||||
|
||||
# Build args
|
||||
|
||||
Reference in New Issue
Block a user