summaryrefslogtreecommitdiffstats
path: root/tvouthack/Android.mk
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-06 14:45:41 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-06 14:45:54 +0700
commitcdf27513762c3313f8ef8e606bb31533e5f25087 (patch)
tree56fcffba956b8305ded2e104758a2f744cfb2285 /tvouthack/Android.mk
parent71012e283db265ba0d4b93400ea802e2a84c46bf (diff)
downloaddevice_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.zip
device_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.tar.gz
device_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.tar.bz2
Add TV Out support
Diffstat (limited to 'tvouthack/Android.mk')
-rw-r--r--tvouthack/Android.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/tvouthack/Android.mk b/tvouthack/Android.mk
new file mode 100644
index 0000000..a38be88
--- /dev/null
+++ b/tvouthack/Android.mk
@@ -0,0 +1,27 @@
+# Copyright (C) 2011 Pawit Pornkitprasan
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SRC_FILES := main.cpp
+
+LOCAL_SHARED_LIBRARIES := libutils libbinder
+
+LOCAL_MODULE := tvouthack
+
+include $(BUILD_EXECUTABLE)
+