blob: 330bfc9022df1a4cac11b946430dc73b9c05cf7f [file] [log] [blame]
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,
}
java_library {
name: "com.android.test.libs.system_ext",
installable: true,
system_ext_specific: true,
srcs: ["system_ext/java/**/*.java"],
required: ["com.android.test.libs.system_ext.xml"],
}
prebuilt_etc {
name: "com.android.test.libs.system_ext.xml",
src: "system_ext/com.android.test.libs.system_ext.xml",
sub_dir: "permissions",
system_ext_specific: true,
}