Files
frameworks_base/core/tests/systemproperties/Android.bp
Sasha Smundak 599404d2ed Convert core/tests/**/Android.mk file to Android.bp
See build/soong/README.md for more information.

Bug: 122332340
Test: treehugger
Change-Id: I368327d0f3b4bd3068e10c8750ece45e227531cf
2019-03-27 20:11:41 -07:00

17 lines
385 B
Plaintext

android_test {
name: "FrameworksCoreSystemPropertiesTests",
// Include all test java files.
srcs: ["src/**/*.java"],
dxflags: ["--core-library"],
static_libs: [
"android-common",
"frameworks-core-util-lib",
],
libs: [
"android.test.runner",
"android.test.base",
],
platform_apis: true,
certificate: "platform",
}