aboutsummaryrefslogtreecommitdiffstats
path: root/androidmk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-03-27 16:27:50 -0700
committerColin Cross <ccross@android.com>2017-03-31 18:41:36 -0700
commit4795eb711cf73d4ebd9b251229bbba714d6ffb08 (patch)
tree8d91f6e3d417cbfee63a09757b541577c657cfa0 /androidmk
parenta16e82fa532479b9965f5108c90c7cd45a23ef88 (diff)
downloadbuild_soong-4795eb711cf73d4ebd9b251229bbba714d6ffb08.tar.gz
build_soong-4795eb711cf73d4ebd9b251229bbba714d6ffb08.tar.bz2
build_soong-4795eb711cf73d4ebd9b251229bbba714d6ffb08.zip
Add support for test_suites property on cc_test modules
Add a test_suites property that is passed through to make as LOCAL_COMPATIBILITY_SUITES. Test: m -j checkbuild, examine out/soong/Android-${TARGET_PRODUCT}.mk Bug: 35394669 Change-Id: If05b0f5f7d6dd85228546123bebe32859bcc8186 (cherry picked from commit a929db05b3de44b64dbcaeb2597423c671ac0db6)
Diffstat (limited to 'androidmk')
-rw-r--r--androidmk/cmd/androidmk/android.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/androidmk/cmd/androidmk/android.go b/androidmk/cmd/androidmk/android.go
index 75c3eecd..331bb4f4 100644
--- a/androidmk/cmd/androidmk/android.go
+++ b/androidmk/cmd/androidmk/android.go
@@ -103,6 +103,7 @@ func init() {
"LOCAL_AIDL_INCLUDES": "aidl_includes",
"LOCAL_AAPT_FLAGS": "aaptflags",
"LOCAL_PACKAGE_SPLITS": "package_splits",
+ "LOCAL_COMPATIBILITY_SUITE": "test_suites",
})
addStandardProperties(bpparser.BoolType,
map[string]string{