From cfa0f35d00d396a158d78f8183bee0188c00f6f0 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Fri, 20 Dec 2013 14:45:30 -0800 Subject: [PATCH] Add support for building the NDK's native_app_glue. Required for upcoming CTS tests that utilize the native_app_glue framework to simplify native test apps. In support of this feature: https://code.google.com/p/android/issues/detail?id=63920 Change-Id: I3fe5dab26c147636538a4b519683493d8e78d26f --- ndk/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ndk/Android.mk b/ndk/Android.mk index e7d9fe9ce..6c93761c1 100644 --- a/ndk/Android.mk +++ b/ndk/Android.mk @@ -1,3 +1,4 @@ # Please this file empty. It is used to make the Android build system happy. include development/ndk/sources/android/libportable/Android.mk +include development/ndk/sources/android/native_app_glue/Android.mk