aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-17 04:39:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-17 04:39:26 +0000
commitb6ca1bd0de2e5856dd7af07ddc2b1fb594b94a90 (patch)
tree5ce600eab4fab70178e69f7814e01b5295aa1523
parent7a4a379144d1f19d81fa3c1948ee67058d2c0bb3 (diff)
parent780562b700b5497bf65831b87c9c535caafb66ed (diff)
downloadfec-b6ca1bd0de2e5856dd7af07ddc2b1fb594b94a90.tar.gz
Use target.linux for all linux kernel based targets am: 0a37c2cb43
am: 780562b700 Change-Id: I2e00bd3ca5424dc4609173cb2750bf53239d9832
-rw-r--r--Android.bp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 37b6f50..a7d74e3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,12 +16,7 @@ cc_library_static {
export_include_dirs: ["."],
target: {
- linux_glibc: {
- sanitize: {
- misc_undefined: ["integer"],
- },
- },
- android: {
+ linux: {
sanitize: {
misc_undefined: ["integer"],
},