aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2023-12-13 12:50:57 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-02-20 08:07:17 +0000
commit230b2b75af27f4fa43f73bca356d8f58c315d49b (patch)
treed20f5e00f7d9548a299eb9624610ba1cee8a2875
parent6487a5bb15b26f09baa84eeed2fdf3bc77be5bf8 (diff)
downloadfreetype-230b2b75af27f4fa43f73bca356d8f58c315d49b.tar.gz
Mark libft2 as non-LLNDK
Libft2 was marked as private LLNDK because it is used by VNDK-SP. As of VNDK deprecation, libft2 no longer needs to be LLNDK. Remove LLNDK property from libft2 so it can be copied into vendor if required. Bug: 313354195 Test: AOSP CF build succeeded Change-Id: I673aea17893e3e06ac1fb8b7d22a803cf69b70b7 Merged-In: I673aea17893e3e06ac1fb8b7d22a803cf69b70b7
-rw-r--r--Android.bp6
1 files changed, 1 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index cf537cb33..242ca9c61 100644
--- a/Android.bp
+++ b/Android.bp
@@ -115,6 +115,7 @@ cc_defaults {
cc_library {
name: "libft2",
defaults: ["libft2_defaults"],
+ vendor_available: true,
cflags: [
// Usually these are defined in include/freetype/config/ftoption.h
@@ -151,11 +152,6 @@ cc_library {
enabled: true,
},
},
-
- llndk: {
- private: true,
- symbol_file: "libft2.map.txt",
- },
}
// variant of libft2 without any library dependencies.