aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-17 06:05:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-17 06:05:08 +0000
commit14e8e0309c9bfca60c34b0bf4021b49dc72081aa (patch)
tree5ce600eab4fab70178e69f7814e01b5295aa1523
parentbef5f1203b50053bbc12a2a780d4a637e486669c (diff)
parentb6ca1bd0de2e5856dd7af07ddc2b1fb594b94a90 (diff)
downloadfec-14e8e0309c9bfca60c34b0bf4021b49dc72081aa.tar.gz
Use target.linux for all linux kernel based targets am: 0a37c2cb43 am: 780562b700android-wear-p-preview-2
am: b6ca1bd0de Change-Id: Iaec572800a42d095fe0fb4ccfaf68bdfa9815948
-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"],
},