OSDN Git Service

Add a build target for bootloader tests
authorJed Estep <jestep@google.com>
Sat, 4 Feb 2017 02:37:06 +0000 (18:37 -0800)
committerJed Estep <jestep@google.com>
Tue, 14 Feb 2017 23:57:49 +0000 (15:57 -0800)
commit96134c170b969eeb140725cf33bbc22353cfd835
tree0ed03b68b7ae05077e04d78f9fd914588bbafc9e
parentfa5fbd7358636f4fb8a1242949d34c6393e8446f
Add a build target for bootloader tests

Since the .py files don't need to be built, they can be packaged
as-is. We can use a PHONY_PACKAGE with the source files set as
the target's LOCAL_PICKUP_FILES to make them accessible to
packaging targets like google_tests.

Test: make bootloader_unit_test
Bug: 33559158
Change-Id: I4a4453481d25a7dacb5bd8e8680328350d95f553
tests/bootloader/Android.mk [new file with mode: 0644]