aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-02-23 03:47:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-23 03:47:41 +0000
commit78c36d0ea7bd04a737bd58dda1d335505b52f583 (patch)
treed20f5e00f7d9548a299eb9624610ba1cee8a2875
parent6487a5bb15b26f09baa84eeed2fdf3bc77be5bf8 (diff)
parent230b2b75af27f4fa43f73bca356d8f58c315d49b (diff)
downloadfreetype-78c36d0ea7bd04a737bd58dda1d335505b52f583.tar.gz
Merge "Mark libft2 as non-LLNDK" into main
-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.