aboutsummaryrefslogtreecommitdiff
path: root/tests_mts/Android.bp
AgeCommit message (Collapse)Author
2022-04-01Move `libnativehelper` tests from `device-tests` to `general-tests`.Roland Levillain
Move test modules that were part of test suite `device-tests` to test suite `general-tests`, as these tests have no device-specific feature nor requirement. Test: atest libnativehelper_tests Test: atest libnativehelper_lazy_tests Test: atest MtsLibnativehelperTestCases Test: atest MtsLibnativehelperLazyTestCases Bug: 227616003 Bug: 145488456 Change-Id: I5d186907ba9de9a9c1e0c79d504bc126d9a9725c
2021-02-10libnativehelper_lazy: follow-upsOrion Hodson
- Address post submit comments on https://r.android.com/1570701. - Drop AndroidTest.xml for MTS tests. Two apks produces potentially confusing output. Bug: 179115178 Test: atest MtsLibnativehelperTestCases MtsLibnativehelperLazyTestCases Change-Id: I1491b07ad04557f7ea5354046b9e885c8b91e4d1
2021-02-07libnativehelper: Add libnativehelper_lazyOrion Hodson
Add lazy loading support to libnativehelper. Framework libraries depend on libnativehelper.so. There is some code, such as bootanimation, that depend on framework libraries, and run before the Android Runtime has started. Now that libnativehelper.so is in the ART module, libnativehelper.so may not be available when bootanimation runs. Bug: 179115178 Test: atest MtsLibnativehelperLazyTestCases Change-Id: I2cabde9205599bb657be7cad92eb9c103ace41fc
2021-02-05[LSC] Add LOCAL_LICENSE_KINDS to libnativehelperBob Badour
Added SPDX-license-identifier-Apache-2.0 to: Android.bp tests/Android.bp tests/jni_gtest/Android.bp tests_mts/Android.bp tests_mts/jni/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I053623254c1a16136b5cb1a1db8442d9ab430118
2020-06-26Rename and move CtsLibnativehelperTestCasesOrion Hodson
Moved to libnativehelper/tests_mts and renamed MtsLibnativehelperTestCases. Bug: 151443957 Test: atest MtsLibnativehelperTestCases Change-Id: Ifa6fd129af88e54944e8ea41fdbe9c205e45e5e2