mirror of
https://github.com/SwallowOS/android_external_freetype
synced 2025-11-04 22:56:11 +08:00
Merge "Replace llndk_library with llndk clause in cc_library" am: 59719b5837
Original change: https://android-review.googlesource.com/c/platform/external/freetype/+/1624906 Change-Id: I82a70b32b725c435befc1f97c8e713cfa25be0de
This commit is contained in:
12
Android.bp
12
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.
|
||||
|
||||
Reference in New Issue
Block a user