diff options
author | Dan Shi <dshi@google.com> | 2018-12-18 16:06:40 -0800 |
---|---|---|
committer | Dan Shi <dshi@google.com> | 2018-12-18 16:06:40 -0800 |
commit | 8d7267e82a63ad710300b9fe5ceb76d2cb82ac48 (patch) | |
tree | a7ffedf7058f2e37850eb9b98ad96e2a96d87c37 /libs/androidfw/Android.bp | |
parent | 2da290134f075ea56e7a4f3b60c601d4de2c7cf7 (diff) |
Add libandroidfw_tests to device-tests suite
For it to be included in device-tests.zip to run test in a suite.
Bug: none
Test: none
Change-Id: Ic20bede356f82a80582acb3883ad1ab9e76a6bdc
Diffstat (limited to 'libs/androidfw/Android.bp')
-rw-r--r-- | libs/androidfw/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index 98af3eb05391..eeaefc5b157c 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp @@ -167,6 +167,7 @@ cc_test { }, }, data: ["tests/data/**/*.apk"], + test_suites: ["device-tests"], } cc_benchmark { |