aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-04-06 15:15:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-04-06 15:15:39 +0000
commit19b26a5488bdd2e2da341cb267ac56ea709cc725 (patch)
tree26d0efd7b83567db217d2ab094fb2e34063d2588
parentdab5097766d63e395dbf49afa74907af7ba9d310 (diff)
parent895915708d6fabdaffc7d30fc2a9eb932127c265 (diff)
downloadskia-19b26a5488bdd2e2da341cb267ac56ea709cc725.tar.gz
Merge "Tweak linux_glibc properties for musl builds in external/skia"
-rw-r--r--Android.bp2
-rwxr-xr-xgn/gn_to_bp.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 4ff77a7667..4f10c94b2c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1727,7 +1727,7 @@ cc_library_static {
"android",
],
},
- linux_glibc: {
+ host_linux: {
cflags: [
"-mssse3",
],
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 51f3b54f00..a7a6775620 100755
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -176,7 +176,7 @@ cc_library_static {
"android",
],
},
- linux_glibc: {
+ host_linux: {
cflags: [
"-mssse3",
],