release-request-a0f7506a-1cd6-4a03-927b-8d29e0c545e6-for-git_oc-mr1-release-4277764 snap-temp-L23600000093606242

Change-Id: I9cebf50518c84ad227e2fe346acaecda708d5c44
diff --git a/Android.bp b/Android.bp
index 8066386..f67cdec 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,3 +59,9 @@
         "libz",
     ],
 }
+
+llndk_library {
+    name: "libft2",
+    symbol_file: "libft2.map.txt",
+    export_include_dirs: ["include"],
+}
diff --git a/libft2.map.txt b/libft2.map.txt
new file mode 100644
index 0000000..4671ad6
--- /dev/null
+++ b/libft2.map.txt
@@ -0,0 +1,13 @@
+LIBFT2 {
+  global:
+    FT_Done_Face; # vndk
+    FT_Done_FreeType; # vndk
+    FT_Get_Char_Index; # vndk
+    FT_Init_FreeType; # vndk
+    FT_Load_Glyph; # vndk
+    FT_New_Face; # vndk
+    FT_New_Memory_Face; # vndk
+    FT_Set_Char_Size; # vndk
+  local:
+    *;
+};