Add sample ATSC TvInputService app.

Change-Id: I67204020bf1eb0c833d507cb0c9e4914e5985b3c
This commit is contained in:
Dongwon Kang
2014-04-18 21:08:35 +09:00
parent f93d490356
commit 0113785a39
11 changed files with 1075 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := AtscTvInput
LOCAL_MODULE_TAGS := samples
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)