diff options
author | Paul Duffin <paulduffin@google.com> | 2019-06-11 13:40:47 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2019-06-17 11:21:39 +0100 |
commit | a3d0986cfc352eb784d659825ff93772963dcbd5 (patch) | |
tree | 8494c7f0a31188a53c7cc5e0cb4d72763f698489 /androidmk | |
parent | 301ba52886bcfdc8d019ad1af2a391d895cd8f07 (diff) | |
download | build_soong-a3d0986cfc352eb784d659825ff93772963dcbd5.tar.gz build_soong-a3d0986cfc352eb784d659825ff93772963dcbd5.tar.bz2 build_soong-a3d0986cfc352eb784d659825ff93772963dcbd5.zip |
Remove the no_standard_libs property
Corrects an error message that refers to no_standard_libs.
Removes any tests that use no_standard_libs:true where possible as
there are duplicate tests for sdk_version:"none". Otherwise, switches
them over to use sdk_version:"none".
The androidmk mapping from LOCAL_NO_STANDARD_LIBRARIES to
no_standard_libs has also been removed. There was little point in
updating the tool to map it through to sdk_version:"none" as there are
only a couple of places where it is used, in art's test running mk
targets and in some unbundled packages to work around some limitation
in .mk based build.
Bug: 134566750
Test: m droid
Change-Id: I6413c9b1fe3e63b93753a6a017d2981e32b7e013
Diffstat (limited to 'androidmk')
-rw-r--r-- | androidmk/cmd/androidmk/android.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/androidmk/cmd/androidmk/android.go b/androidmk/cmd/androidmk/android.go index 62aa3dc4..af81e439 100644 --- a/androidmk/cmd/androidmk/android.go +++ b/androidmk/cmd/androidmk/android.go @@ -185,7 +185,6 @@ func init() { "LOCAL_NO_CRT": "nocrt", "LOCAL_ALLOW_UNDEFINED_SYMBOLS": "allow_undefined_symbols", "LOCAL_RTTI_FLAG": "rtti", - "LOCAL_NO_STANDARD_LIBRARIES": "no_standard_libs", "LOCAL_PACK_MODULE_RELOCATIONS": "pack_relocations", "LOCAL_TIDY": "tidy", "LOCAL_USE_CLANG_LLD": "use_clang_lld", |