aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2017-10-10 14:18:10 -0700
committerJeff Gaston <jeffrygaston@google.com>2017-10-10 17:41:20 -0700
commitcb18699f9570967b41e521caa2fcf47d03ab6db5 (patch)
treebb76ca359c13aafbfe6827e8c24a688c95b8ac20
parentf490436ea7b11aadfeb37c2299e4565c41ffd0ef (diff)
downloadnvram-cb18699f9570967b41e521caa2fcf47d03ab6db5.tar.gz
Add test to subdirs
because once the Android.bp finder is enabled, it will be found anyway, and this will allow us to confirm separately that adding this Android.bp is successful. Bug: 64363847 Test: m -j Test: ./out/host/linux-x86/nativetest/libnvram-core-tests/libnvram-core-tests Test: ./out/host/linux-x86/nativetest64/libnvram-core-tests/libnvram-core-tests Change-Id: I8c23eacf3512ea0ad4a06553ca19506bfc5c40e6
-rw-r--r--core/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Android.bp b/core/Android.bp
index 094281e..bf6d343 100644
--- a/core/Android.bp
+++ b/core/Android.bp
@@ -14,6 +14,10 @@
// limitations under the License.
//
+subdirs = [
+ "tests",
+]
+
cc_library_static {
name: "libnvram-core",
host_supported: true,