Deprecate BUILD_HOST_SHARED_LIBRARY

There are no common users left.

Also add some sanity checks to ensure that people don't attempt to use
LOCAL_IS_HOST_MODULE := true with the BUILD_(STATIC|SHARED)_LIBRARY
module types (I'm not sure it would work, but it definitely wouldn't be
good).

Bug: 130722971
Test: treehugger
Test: check the warnings on the build_test builds from treehugger
Change-Id: I3e571ef80379955149adbceff4500e51dfa016c6
This commit is contained in:
Dan Willemsen
2020-01-24 13:21:21 -08:00
parent 4b26ce076a
commit 084c6ef6fa
4 changed files with 8 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ have any problems converting, please contact us via:
| `BUILD_AUX_STATIC_LIBRARY` | Error |
| `BUILD_HOST_FUZZ_TEST` | Error |
| `BUILD_HOST_NATIVE_TEST` | Error |
| `BUILD_HOST_SHARED_LIBRARY` | Warning |
| `BUILD_HOST_SHARED_TEST_LIBRARY` | Error |
| `BUILD_HOST_STATIC_LIBRARY` | Warning |
| `BUILD_HOST_STATIC_TEST_LIBRARY` | Error |