Remove clang: true
clang is the default compiler since Android nougat
Test: mma & verified it´s still build with clang
Change-Id: I10f2a4f87ca1f1c5a048af156b50724bbc3e56be
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
diff --git a/base/Android.bp b/base/Android.bp
index 5d79e81..4505b5e 100644
--- a/base/Android.bp
+++ b/base/Android.bp
@@ -33,7 +33,6 @@
local_include_dirs: ["include"],
export_include_dirs: ["include"],
- clang: true,
sanitize: {
misc_undefined: ["integer"],
},
diff --git a/transport/token/1.0/utils/Android.bp b/transport/token/1.0/utils/Android.bp
index 101f3b4..b37faf5 100644
--- a/transport/token/1.0/utils/Android.bp
+++ b/transport/token/1.0/utils/Android.bp
@@ -39,7 +39,5 @@
export_include_dirs: [
"include"
],
-
- clang: true,
}