Compare commits
2 Commits
v100.0.489
...
v101.0.495
Author | SHA1 | Date | |
---|---|---|---|
|
729ad9b695 | ||
|
ffc028a0e9 |
@@ -41,7 +41,7 @@ for current_file in $(cat $PATCH_LIST); do
|
|||||||
if [[ $current_file =~ ^changed/.* ]]; then
|
if [[ $current_file =~ ^changed/.* ]]; then
|
||||||
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/changed
|
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/changed
|
||||||
elif [[ $current_file =~ ^contrib/.* ]]; then
|
elif [[ $current_file =~ ^contrib/.* ]]; then
|
||||||
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/contrib
|
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/contrib || true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@@ -14,7 +14,7 @@ if(getenv("TARGET_CPU") != "") {
|
|||||||
# print("Target " + target_cpu)
|
# print("Target " + target_cpu)
|
||||||
|
|
||||||
enable_kythe_annotations = true
|
enable_kythe_annotations = true
|
||||||
clang_use_chrome_plugins = false
|
# clang_use_chrome_plugins = false
|
||||||
chrome_public_manifest_package = "org.bromite.bromite.dev"
|
chrome_public_manifest_package = "org.bromite.bromite.dev"
|
||||||
|
|
||||||
if(_is_debug_build == "true") {
|
if(_is_debug_build == "true") {
|
||||||
|
Reference in New Issue
Block a user