xref: /aosp_15_r20/tools/security/remote_provisioning/attestation_testing/Android.bp (revision d9ecfb0f4d734c9ce41cde8ac4d585b094fd4222)
1*d9ecfb0fSAndroid Build Coastguard Workerpackage {
2*d9ecfb0fSAndroid Build Coastguard Worker    default_applicable_licenses: ["Android-Apache-2.0"],
3*d9ecfb0fSAndroid Build Coastguard Worker}
4*d9ecfb0fSAndroid Build Coastguard Worker
5*d9ecfb0fSAndroid Build Coastguard Workerandroid_app {
6*d9ecfb0fSAndroid Build Coastguard Worker    name: "AttestationTestTool",
7*d9ecfb0fSAndroid Build Coastguard Worker    srcs: [
8*d9ecfb0fSAndroid Build Coastguard Worker        "java/**/*.java",
9*d9ecfb0fSAndroid Build Coastguard Worker    ],
10*d9ecfb0fSAndroid Build Coastguard Worker    manifest: "AndroidManifest.xml",
11*d9ecfb0fSAndroid Build Coastguard Worker    resource_dirs: ["res"],
12*d9ecfb0fSAndroid Build Coastguard Worker    static_libs: ["androidx.appcompat_appcompat",
13*d9ecfb0fSAndroid Build Coastguard Worker                  "bouncycastle-unbundled",
14*d9ecfb0fSAndroid Build Coastguard Worker                  "guava"],
15*d9ecfb0fSAndroid Build Coastguard Worker    platform_apis: true,
16*d9ecfb0fSAndroid Build Coastguard Worker}
17