Sasha Smundak d937fa5697 Convert Android.mk file to Android.bp
See build/soong/README.md for more information.

Bug: 122332340
Test: treehugger
Change-Id: I23d8d5a019155a0f3296f7ab75e9b44b7621f3c8
Merged-In: I23d8d5a019155a0f3296f7ab75e9b44b7621f3c8
2019-02-21 16:15:52 -08:00

15 lines
377 B
Plaintext

java_library {
name: "com.android.test.libs.product",
installable: true,
product_specific: true,
srcs: ["product/java/**/*.java"],
required: ["com.android.test.libs.product.xml"],
}
prebuilt_etc {
name: "com.android.test.libs.product.xml",
src: "product/com.android.test.libs.product.xml",
sub_dir: "permissions",
product_specific: true,
}