summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumarashishg <kumarashishg@google.com>2023-06-28 07:15:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-11 22:46:23 +0000
commita952c93009cc81c41a086d73a4030a83b7683a04 (patch)
tree70c0bb539fc4be07ca2150150723cef0e04091d4
parent89a0e9c99e69be8a202eff3e342e39010eefc9e1 (diff)
downloadcts-a952c93009cc81c41a086d73a4030a83b7683a04.tar.gz
Change open jpeg folder name
Replace libopenjpeg20 to libopenjpeg as folder name got updated in the pdfium library Bug: 279055389 Test: Build the code and flash the device and check Print functionality (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:382f9d1045692f7bc6949d029827f070c21cf53c) Merged-In: I5b3d5740128f6ecc23dd8f9446a4f40c8550fd88 Change-Id: I5b3d5740128f6ecc23dd8f9446a4f40c8550fd88
-rw-r--r--hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp b/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp
index 382d629cdb3..aa676df02d2 100644
--- a/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp
+++ b/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp
@@ -30,8 +30,9 @@ cc_test {
],
static_libs: [
"libpdfium-libopenjpeg2",
+ "libpdfium-fxcrt",
],
include_dirs: [
- "external/pdfium/third_party/libopenjpeg20",
+ "external/pdfium/third_party/libopenjpeg",
],
}