aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2017-10-19 20:54:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-19 20:54:33 +0000
commit4838a027bfd5c4bf40db5183fed6fa028934f100 (patch)
treebb76ca359c13aafbfe6827e8c24a688c95b8ac20
parent8083efb6b6134af47eb3fbf0d5bac3224b5691c0 (diff)
parent4f6af252e755c84eb8e2f3c7b4683a3ee6a53443 (diff)
downloadnvram-4838a027bfd5c4bf40db5183fed6fa028934f100.tar.gz
Add test to subdirs am: cb18699f95 am: 9d3d63729e am: eab64d10e3
am: 4f6af252e7 Change-Id: Id01c19f45a4dd7461846173dbd4dc465ea61e48e
-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,