aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 03:45:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 03:45:10 +0000
commit815bb53a0d59db46950855f049ebc2f453a1a722 (patch)
tree7d22da153c2003902ab43a5e39fefa29490e6d8d
parent54462075d8fe5abe6b8a894c9dda667a8baf0f67 (diff)
parentbef5f1203b50053bbc12a2a780d4a637e486669c (diff)
downloadfec-815bb53a0d59db46950855f049ebc2f453a1a722.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] am: 040b198ed2 am: 3acae662ad am: 7a4a379144
am: bef5f1203b Change-Id: I5a49f5514f8ee50df27f93ccec5dab5cc882c293
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4912db2..37b6f50 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,7 +16,7 @@ cc_library_static {
export_include_dirs: ["."],
target: {
- linux: {
+ linux_glibc: {
sanitize: {
misc_undefined: ["integer"],
},