From d5e35acffbc762f741a79a760b73846d188407fc Mon Sep 17 00:00:00 2001 From: Ken Wakasa Date: Tue, 13 Dec 2011 19:46:15 +0900 Subject: Reorganize LatinIME native build directory structure. Now it got NDK friendly. Change-Id: I0f62ce8a6a4d2b6134db698f8b8d0576616e524d --- Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 8f1acc55a..91b2fbbb0 100644 --- a/Android.mk +++ b/Android.mk @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_PATH := $(call my-dir) - -include $(call all-makefiles-under,$(LOCAL_PATH)) +include $(call all-subdir-makefiles) -- cgit v1.2.3-83-g751a