diff options
author | Lennart Wieboldt | 2017-07-24 12:32:07 -0500 |
---|---|---|
committer | Lennart Wieboldt | 2017-07-25 07:29:50 -0500 |
commit | cd15fc7ba80b31539e85792ec35d7ebe0c8ff764 (patch) | |
tree | b834af3b7e5dbb8562b06face0bd2bbaecf0e10a /libsync | |
parent | 603cae8b4812c21b92f559d190c7d21534dbeef7 (diff) | |
download | platform-system-core-cd15fc7ba80b31539e85792ec35d7ebe0c8ff764.tar.gz platform-system-core-cd15fc7ba80b31539e85792ec35d7ebe0c8ff764.tar.xz platform-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.bp | 1 |
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 { | |||
38 | "-Wno-missing-field-initializers", | 38 | "-Wno-missing-field-initializers", |
39 | "-Wno-sign-compare", | 39 | "-Wno-sign-compare", |
40 | ], | 40 | ], |
41 | clang: true, | ||
42 | } | 41 | } |