aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2024-03-26 17:57:13 +1100
committerThiƩbaud Weksteen <tweek@google.com>2024-03-26 17:57:13 +1100
commitc6d35ae8b31bd38905313420e36c556579fe27ef (patch)
treebb5694525e9156861e1ee2d4d6ded1d5a6ec02be
parent706b356d63cd83b95c966fc5494d09b7baf1a477 (diff)
downloadconscrypt-c6d35ae8b31bd38905313420e36c556579fe27ef.tar.gz
Fix the path for cacerts_apex
The certificates should be installed within /apex/com.android.conscrypt/cacerts and not /apex/com.android.conscrypt/etc. Bug: 331285856 Test: atest CtsLibcoreTestCases:com.android.org.conscrypt.TrustedCertificateStoreTest#testSystemCaCertsUseCorrectFileNamesUpdatable Change-Id: I904fb997dcca5b961b70dd1c7a193380af71c163
-rw-r--r--apex/ca-certificates/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/apex/ca-certificates/Android.bp b/apex/ca-certificates/Android.bp
index e913d3af..25cb06b9 100644
--- a/apex/ca-certificates/Android.bp
+++ b/apex/ca-certificates/Android.bp
@@ -29,8 +29,7 @@ license {
license_text: [],
}
-prebuilt_etc {
+prebuilt_etc_cacerts {
name: "cacerts_apex",
srcs: ["files/*"],
- sub_dir: "",
}