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