aboutsummaryrefslogtreecommitdiffstats
path: root/androidmk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-08-29 16:02:06 -0700
committerColin Cross <ccross@android.com>2017-08-31 13:48:52 -0700
commit76b5f0ca31ed182ed9cee26d49aafbb862093b64 (patch)
tree4ff0f6c7133400f2080c6d85e70c9a1937e07db8 /androidmk
parent227d4369431f630e00dc976853e541c9ad6c4054 (diff)
downloadbuild_soong-76b5f0ca31ed182ed9cee26d49aafbb862093b64.tar.gz
build_soong-76b5f0ca31ed182ed9cee26d49aafbb862093b64.tar.bz2
build_soong-76b5f0ca31ed182ed9cee26d49aafbb862093b64.zip
Rename no_standard_libraries to no_standard_libs
For consistency with libs and static_libs. And make it a *bool so that it can be overriden when used in java_defaults modules. Test: java_test.go Change-Id: If0eaf5d5571dc6e565056d273b0addd960d6b33f
Diffstat (limited to 'androidmk')
-rw-r--r--androidmk/cmd/androidmk/android.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/androidmk/cmd/androidmk/android.go b/androidmk/cmd/androidmk/android.go
index 19ed4ecf..ee722e01 100644
--- a/androidmk/cmd/androidmk/android.go
+++ b/androidmk/cmd/androidmk/android.go
@@ -123,7 +123,7 @@ func init() {
"LOCAL_NO_CRT": "nocrt",
"LOCAL_ALLOW_UNDEFINED_SYMBOLS": "allow_undefined_symbols",
"LOCAL_RTTI_FLAG": "rtti",
- "LOCAL_NO_STANDARD_LIBRARIES": "no_standard_libraries",
+ "LOCAL_NO_STANDARD_LIBRARIES": "no_standard_libs",
"LOCAL_PACK_MODULE_RELOCATIONS": "pack_relocations",
"LOCAL_TIDY": "tidy",
"LOCAL_PROPRIETARY_MODULE": "proprietary",