aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.