aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-17 04:37:56 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-17 04:37:56 +0000
commit780562b700b5497bf65831b87c9c535caafb66ed (patch)
tree5ce600eab4fab70178e69f7814e01b5295aa1523
parent3acae662ad277f156a1d1d83d3145be745edbc94 (diff)
parent0a37c2cb430a2b7e9ae7c51766e25ec9b542c94f (diff)
downloadfec-780562b700b5497bf65831b87c9c535caafb66ed.tar.gz
Use target.linux for all linux kernel based targets
am: 0a37c2cb43 Change-Id: If54220cc839064b1928cc2cbb0656555d267710d
-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"],
},