aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <luchris@google.com>2024-02-23 09:10:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-23 09:10:34 +0000
commit3e941abfdcb77b18c47932abc0da2903ef064c9a (patch)
treeae363805e8be7812ad3a88ff8f28cd1380d7ac92
parent78c36d0ea7bd04a737bd58dda1d335505b52f583 (diff)
parent8a3e8e0b9b19020c8eb1ec0739d007c6c191861e (diff)
downloadfreetype-3e941abfdcb77b18c47932abc0da2903ef064c9a.tar.gz
Merge "Revert "Mark libft2 as non-LLNDK"" into main
-rw-r--r--Android.bp6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 242ca9c61..cf537cb33 100644
--- a/Android.bp
+++ b/Android.bp
@@ -115,7 +115,6 @@ cc_defaults {
cc_library {
name: "libft2",
defaults: ["libft2_defaults"],
- vendor_available: true,
cflags: [
// Usually these are defined in include/freetype/config/ftoption.h
@@ -152,6 +151,11 @@ cc_library {
enabled: true,
},
},
+
+ llndk: {
+ private: true,
+ symbol_file: "libft2.map.txt",
+ },
}
// variant of libft2 without any library dependencies.