aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-04-23 01:09:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-23 01:09:54 +0000
commit4241483a7a4cd31fe1bfaed2fe3966e5406f4f9e (patch)
tree4932869f24580e9f7305224676711b487f60063a
parentcda5f9fc12593bea97702c9c9565f6469f45743f (diff)
parentf9102744be779483675fbc5318be131c3d0284ed (diff)
downloadfreetype-android12L-d2-s4-release.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/freetype/+/1624906 Change-Id: Id98904cba55d4bbf75a7a61e61724e837e686e25
-rw-r--r--Android.bp12
1 files changed, 4 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index 1ba04a22a..127d6e6a3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -100,8 +100,6 @@ cc_library {
name: "libft2",
defaults: ["libft2_defaults"],
- llndk_stubs: "libft2.llndk",
-
cflags: [
// Usually these are defined in include/freetype/config/ftoption.h
// we have commented them and defined them here to allow for the
@@ -136,13 +134,11 @@ cc_library {
enabled: true,
},
},
-}
-llndk_library {
- name: "libft2.llndk",
- private: true,
- symbol_file: "libft2.map.txt",
- export_include_dirs: ["include"],
+ llndk: {
+ private: true,
+ symbol_file: "libft2.map.txt",
+ },
}
// variant of libft2 without any library dependencies.