2020-01-21 22:32:16 +01:00
|
|
|
apex_defaults {
|
|
|
|
name: "com.android.adbd-defaults",
|
|
|
|
|
|
|
|
binaries: ["adbd"],
|
2020-01-23 02:58:03 +01:00
|
|
|
compile_multilib: "both",
|
|
|
|
multilib: {
|
|
|
|
both: {
|
2020-02-10 07:50:19 +01:00
|
|
|
native_shared_libs: [
|
|
|
|
"libadb_pairing_auth",
|
|
|
|
"libadb_pairing_connection",
|
|
|
|
"libadb_pairing_server",
|
|
|
|
"libadbconnection_client",
|
|
|
|
],
|
2020-01-23 02:58:03 +01:00
|
|
|
},
|
|
|
|
},
|
2020-02-20 07:59:26 +01:00
|
|
|
prebuilts: ["com.android.adbd.init.rc"],
|
2020-01-21 22:32:16 +01:00
|
|
|
|
|
|
|
key: "com.android.adbd.key",
|
|
|
|
certificate: ":com.android.adbd.certificate",
|
|
|
|
}
|
|
|
|
|
|
|
|
apex {
|
|
|
|
name: "com.android.adbd",
|
|
|
|
defaults: ["com.android.adbd-defaults"],
|
|
|
|
manifest: "apex_manifest.json",
|
|
|
|
}
|
|
|
|
|
|
|
|
// adbd apex with INT_MAX version code, to allow for upgrade/rollback testing.
|
2020-02-05 10:44:10 +01:00
|
|
|
apex_test {
|
2020-01-21 22:32:16 +01:00
|
|
|
name: "test_com.android.adbd",
|
|
|
|
defaults: ["com.android.adbd-defaults"],
|
|
|
|
manifest: "test_apex_manifest.json",
|
|
|
|
file_contexts: ":com.android.adbd-file_contexts",
|
|
|
|
installable: false,
|
|
|
|
}
|
|
|
|
|
|
|
|
prebuilt_etc {
|
|
|
|
name: "com.android.adbd.init.rc",
|
|
|
|
src: "adbd.rc",
|
|
|
|
filename: "init.rc",
|
|
|
|
installable: false,
|
|
|
|
}
|
|
|
|
|
|
|
|
apex_key {
|
|
|
|
name: "com.android.adbd.key",
|
|
|
|
public_key: "com.android.adbd.avbpubkey",
|
|
|
|
private_key: "com.android.adbd.pem",
|
|
|
|
}
|
|
|
|
|
|
|
|
android_app_certificate {
|
|
|
|
name: "com.android.adbd.certificate",
|
|
|
|
certificate: "com.android.adbd",
|
|
|
|
}
|