aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 03:14:56 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 03:14:56 +0000
commit7a4a379144d1f19d81fa3c1948ee67058d2c0bb3 (patch)
tree7d22da153c2003902ab43a5e39fefa29490e6d8d
parentd6a7d40517d419af6eaf093650114afae88cae56 (diff)
parent3acae662ad277f156a1d1d83d3145be745edbc94 (diff)
downloadfec-7a4a379144d1f19d81fa3c1948ee67058d2c0bb3.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] am: 040b198ed2
am: 3acae662ad Change-Id: I07d1d433d2cef8cbf83cb562591ca910923dfce5
-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"],
},