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:75bd8508b7040f33aed77945d5dfe2dfed4a071c)
Merged-In: I5b3d5740128f6ecc23dd8f9446a4f40c8550fd88
Change-Id: I5b3d5740128f6ecc23dd8f9446a4f40c8550fd88
diff --git a/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp b/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp
index bbe6c7b..0010961 100644
--- a/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp
+++ b/hostsidetests/securitybulletin/securityPatch/CVE-2016-8332/Android.bp
@@ -28,6 +28,6 @@
         "libpdfium",
     ],
     include_dirs: [
-        "external/pdfium/third_party/libopenjpeg20",
+        "external/pdfium/third_party/libopenjpeg",
     ],
 }