aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gaston <jeffrygaston@google.com>2017-10-19 20:27:01 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-19 20:27:01 +0000
commiteab64d10e3e2831ab6ab24dd898356976030a3da (patch)
treebb76ca359c13aafbfe6827e8c24a688c95b8ac20
parent41246250af1f01f13adad387efd9aaa49db09d68 (diff)
parent9d3d63729edbcb3f6b29e70e86d1e03943d50683 (diff)
downloadnvram-eab64d10e3e2831ab6ab24dd898356976030a3da.tar.gz
Add test to subdirs am: cb18699f95
am: 9d3d63729e Change-Id: Iccf7922c153ebedb7a2d4e49df6782b6c8408448
-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,