aboutsummaryrefslogtreecommitdiff
path: root/android-chromium
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-05-11 19:56:58 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-05-11 19:56:58 +0530
commit24e7c3fef8615d33ff21074d795b24ceda79eff5 (patch)
tree0cbd9ee6994a3db67915e7cc612f039144059f9c /android-chromium
parent63d5714d3a864717da0f4db570981cd86ba49a0b (diff)
android-chromium: add armv8,gcc,clang combination
Change-Id: Ibdb498ca4010fd19053c57052c1580614714368f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-chromium')
-rwxr-xr-xandroid-chromium/chromium-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-chromium/chromium-build.sh b/android-chromium/chromium-build.sh
index 629a37da..42a1ba36 100755
--- a/android-chromium/chromium-build.sh
+++ b/android-chromium/chromium-build.sh
@@ -35,7 +35,7 @@ setup_buildenv() {
clang_arm)
gn gen out/Default --args="target_os=\"android\" target_cpu=\"arm\" is_debug=true is_component_build=true is_clang=true symbol_level=1 enable_incremental_javac=true"
;;
- clang_arm6)
+ clang_arm64)
gn gen out/Default --args="target_os=\"android\" target_cpu=\"arm64\" is_debug=true is_component_build=true is_clang=true symbol_level=1 enable_incremental_javac=true"
;;
esac