diff options
author | Colin Cross <ccross@android.com> | 2017-02-01 14:12:44 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2017-02-02 16:23:30 -0800 |
commit | faeb7aa1351df6f1d7eae990d0e3d4c68f5c4abf (patch) | |
tree | fe410a9a1925ecc8b9492864555cde041d7d9e8d /Android.bp | |
parent | 294941bee9566e76047a230acea451cbc188210b (diff) | |
download | build_soong-faeb7aa1351df6f1d7eae990d0e3d4c68f5c4abf.tar.gz build_soong-faeb7aa1351df6f1d7eae990d0e3d4c68f5c4abf.tar.bz2 build_soong-faeb7aa1351df6f1d7eae990d0e3d4c68f5c4abf.zip |
Support data properties for test binaries
Allow tests to specify a data property that lists files or filegroup
modules that will be packaged alongside the test. Also add a path
property to filegroup modules to allow shifting the path of the
packaged files, and add ExpandSourcesSubDir to expand the filegroup
sources while including a shifted relative path in the Paths objects.
Test: soong tests, manually adding data to a module
Change-Id: I52a48942660e12755d313ef13279313361b4fc35
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ bootstrap_go_package { ], testSrcs: [ "cc/cc_test.go", + "cc/test_data_test.go", ], pluginFor: ["soong_build"], } |