summaryrefslogtreecommitdiffstats
path: root/libsync
diff options
context:
space:
mode:
authorLennart Wieboldt <lennart.1997@gmx.de>2017-07-24 19:32:07 +0200
committerLennart Wieboldt <lennart.1997@gmx.de>2017-07-25 14:29:50 +0200
commitcd15fc7ba80b31539e85792ec35d7ebe0c8ff764 (patch)
treeb834af3b7e5dbb8562b06face0bd2bbaecf0e10a /libsync
parent603cae8b4812c21b92f559d190c7d21534dbeef7 (diff)
downloadsystem_core-cd15fc7ba80b31539e85792ec35d7ebe0c8ff764.tar.gz
system_core-cd15fc7ba80b31539e85792ec35d7ebe0c8ff764.tar.bz2
system_core-cd15fc7ba80b31539e85792ec35d7ebe0c8ff764.zip
Remove LOCAL_CLANG and clang: true
clang is the default compiler since Android nougat Test: mma & verified it´s still build with clang Change-Id: I34adaeef2f6558a09f26027271222bad94780507 Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
Diffstat (limited to 'libsync')
-rw-r--r--libsync/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsync/Android.bp b/libsync/Android.bp
index 4bafb0854..4f71b9fd6 100644
--- a/libsync/Android.bp
+++ b/libsync/Android.bp
@@ -38,5 +38,4 @@ cc_test {
"-Wno-missing-field-initializers",
"-Wno-sign-compare",
],
- clang: true,
}