am: 9ae54cfc34
* commit '9ae54cfc34825e2a299c1451af8bf9b3dbde4689':
Create empty .a on Darwin when there is no obj file.
Change-Id: If7407bb471ecb519e4ed42821b7f2e44f6967459
am: bd771fc737
* commit 'bd771fc7370ac710e3d1887521a92d81dfc4f74c':
Don't use GTEST_OS_LINUX on Darwin
Change-Id: I0f2500cc32fb5e8e043bb502a7d5b77cee9f2400
am: 5a3c5a3217
* commit '5a3c5a32171687c2b036ca3f0f478e38859a197f':
Create empty .a on Darwin when there is no obj file.
Change-Id: I1b3eee7a74d788f7ae9817ed700acf9a5eba8ff6
am: 390657eb77
* commit '390657eb77dbadad35aaf9e34c7f5eb4320c245e':
Don't use GTEST_OS_LINUX on Darwin
Change-Id: I2eb48ff8c5ca427c23477bbb7cf69578e1c70f9a
am: 1e45ef6823
* commit '1e45ef6823b54965d19da3a33404955d8a9a2e13':
Create empty .a on Darwin when there is no obj file.
Change-Id: I52a972558c7fb94eb31aef8ea9146fd578a9b709
am: 4a94683a60
* commit '4a94683a60ab44c520628f381c9cf63496b3e62e':
Don't use GTEST_OS_LINUX on Darwin
Change-Id: I0fc3ec973a6efc849a1c476c974f9f70af2fa4b8
On Darwin ar would fail if there is no object file to add.
We work around by adding a dummy.o.
Port to Soong of build/ 4aaa1a1fd8e7eb23ac5557cd326d1a48efdb54cd
Change-Id: I68bbebea2726058c25863d7026a645a520d05167
There's a different libgtest to use for NDK libraries built with
different STLs. And we no longer need to add the gtest include path, as
it's exported.
Change-Id: I2f804cf98e074cfd4ea6b70a445e304a8a8bce50
am: c619c9cab9
* commit 'c619c9cab98f658d12ae14b609dc28dbba8c8505':
Set LOCAL_PATH for each prebuilt module
Change-Id: I1cdd5197c1cbbd860eafaed4ea79bb57bb992208
am: 3f7fda3150
* commit '3f7fda315061ad6d91b2d1fed6f1a548305b7949':
Set LOCAL_PATH for each prebuilt module
Change-Id: I2fbea83ef7bd0db5b65a8ccb8215b499ac96b206
am: 2630213418
* commit '2630213418aa7523ffabfd79c8ac9de3dde53767':
Set LOCAL_PATH for each prebuilt module
Change-Id: Ie5ebd601e7d558f5d219e8968ca189be7db92fd7
Set LOCAL_PATH to the path to the blueprint file so that make can
generate MODULE-IN-* rules to make mma work. Switch to using
LOCAL_PREBUILT_MODULE_FILE instead of LOCAL_SRC_FILES to specify the
location of the prebuilts relative to $(TOP).
This should also make notice files work.
Change-Id: I51c7aa1187e68c4c9095687461dd5e76cbd7292d
am: 3fdde206ac
* commit '3fdde206ac5d6bdc23d3bd3991aa36f967a9e45b':
Lock down environment variable access after all other singletons
Change-Id: Iedce767347cba2e850046d8c919a430cbeeb469f
am: 88497c6866
* commit '88497c68662db18bdb2a7d98e72f58d01b4d604d':
Lock down environment variable access after all other singletons
Change-Id: I9cbe15b54f550933e94c5bf2735ca6fee30ffdf0
am: e8b1bc0a68
* commit 'e8b1bc0a689322e2d8dcc92336af606b939c67c6':
Lock down environment variable access after all other singletons
Change-Id: I69fa02ef4ddd0e58e223328d62b07823b7e158bd
To allow other singletons to use new environment variables, move env.go
to the end of the source list, so that its singleton is run last.
Change-Id: Ic92308f72fc0c92a0fedbc5546e337940e32eaab
am: 74e6c8878d
* commit '74e6c8878d6f0ee104a9d11f7c36624160567140':
Include objs from whole static libs before local objs
Change-Id: Id5e2cf6a0bda95a47f371b8e46501820830f06d2
am: 16d5bf282a
* commit '16d5bf282a5678d44f4fec8b71087cba4dae9b7d':
Include objs from whole static libs before local objs
Change-Id: Ib298cf234b192fed67bc81d0a3bbb317a073bce7
am: 0414479ba4
* commit '0414479ba4f26598a5557d2334b9f5ec58c772f8':
Include objs from whole static libs before local objs
Change-Id: I6421441336f37cbc165ff0eff652284e917eb8ca
For configuration like TARGET_GLOBAL_CFLAGS, it would be good to have
Make and Soong use the same values. This change adds an interface for
packages like cc to verify the current value of make variables match the
Soong equivalents, and once they're satisfied with the results, remove
the make definition and use the value from Soong.
The cc implementation exports a few variables currently that I expect to
match between both implementations in all cases. It also checks
{CLANG,}{HOST,TARGET}_GLOBAL_{C,LD}FLAGS, which should be mostly similar
between make and soong now.
Bug: 23566674
Change-Id: Idc8582ef31ace11a8baefcf525c3683f08a573aa