summaryrefslogtreecommitdiffstats
path: root/services/Android.mk
diff options
context:
space:
mode:
authorDomi Papoi <dpapoi@codeaurora.org>2015-10-02 17:20:59 -0400
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-06 14:24:21 -0700
commitf290be73655354c17448206f2f33e18ac5c903a3 (patch)
treee183bf2794d5b87006981a5e82d41520ce92d182 /services/Android.mk
parent09ecabc3ea7a13d140a0c050afdafc6e9e2884a3 (diff)
downloadframeworks_base-f290be73655354c17448206f2f33e18ac5c903a3.zip
frameworks_base-f290be73655354c17448206f2f33e18ac5c903a3.tar.gz
frameworks_base-f290be73655354c17448206f2f33e18ac5c903a3.tar.bz2
TvInputHal: AOSP refactor on TvInput Hal
Change access modifiers and qualify methods with virtual, to allow extensions. Add facility for loading customizations (Extended classes) dynamically. Change-Id: I9f57792ca8617a4ad95a237f6fe77e38ba304dbd
Diffstat (limited to 'services/Android.mk')
-rw-r--r--services/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/Android.mk b/services/Android.mk
index 1918db5..ecbddaa 100644
--- a/services/Android.mk
+++ b/services/Android.mk
@@ -48,6 +48,11 @@ LOCAL_SHARED_LIBRARIES :=
# include all the jni subdirs to collect their sources
include $(wildcard $(LOCAL_PATH)/*/jni/Android.mk)
+LOCAL_C_INCLUDES += \
+ $(TOP)/frameworks/base/services/libtvextensions \
+
+LOCAL_WHOLE_STATIC_LIBRARIES := libTvInputHalExtensions
+
LOCAL_CFLAGS += -DEGL_EGLEXT_PROTOTYPES -DGL_GLEXT_PROTOTYPES
LOCAL_MODULE:= libandroid_servers