aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <luchris@google.com>2024-02-23 06:31:14 +0000
committerChris Lu <luchris@google.com>2024-02-23 06:34:01 +0000
commit8a3e8e0b9b19020c8eb1ec0739d007c6c191861e (patch)
treeae363805e8be7812ad3a88ff8f28cd1380d7ac92
parent230b2b75af27f4fa43f73bca356d8f58c315d49b (diff)
downloadfreetype-8a3e8e0b9b19020c8eb1ec0739d007c6c191861e.tar.gz
Revert "Mark libft2 as non-LLNDK"
This reverts commit 230b2b75af27f4fa43f73bca356d8f58c315d49b. Reason for revert: test for b/326534602 Bug: 326534602 Change-Id: Iafa9488bc6b272fd5c67709d27edcdcd3f1990ba
-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.