summaryrefslogtreecommitdiff
path: root/keystore
diff options
context:
space:
mode:
authorAditya Wazir <aditya.wazir@ittiam.com>2021-04-29 10:40:31 +0530
committerKris Alder <kalder@google.com>2021-11-02 21:40:00 +0000
commit4f33d5e2901a3eb744c1faa300a640bd9e6281ee (patch)
tree30a574fd0d1e9759d35a5250da2c4c25c240e426 /keystore
parent6ef6550d21696e51d31be7b30025ca2e7ce241eb (diff)
downloadsecurity-4f33d5e2901a3eb744c1faa300a640bd9e6281ee.tar.gz
libkeystore-attestation-application-id: Updated Android.bp
Updated Android.bp to build both static and shared library Test: Build libkeystore-attestation-application-id Bug: 187131475 Change-Id: Ica9710a701db0cd4fdc07c67514510f8305eb0ef
Diffstat (limited to 'keystore')
-rw-r--r--keystore/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystore/Android.bp b/keystore/Android.bp
index ad4b4b18..50d44327 100644
--- a/keystore/Android.bp
+++ b/keystore/Android.bp
@@ -63,7 +63,7 @@ cc_binary {
// Library used by both keystore and credstore for generating the ASN.1 stored
// in Tag::ATTESTATION_APPLICATION_ID
-cc_library_shared {
+cc_library {
name: "libkeystore-attestation-application-id",
defaults: ["keystore_defaults"],