aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kling <webgeek1234@gmail.com>2019-05-09 21:15:27 -0500
committerAaron Kling <webgeek1234@gmail.com>2019-05-09 21:20:18 -0500
commit64ed71de056176409ad2eabba5e42b3c12a12b7d (patch)
tree0c495143fbeb8f25899a8f9d352faa2a8307025e
parent26b66dac46fefab2c60e942fa23f7fef0360c941 (diff)
downloadandroid_device_lineage_atv-64ed71de056176409ad2eabba5e42b3c12a12b7d.tar.gz
android_device_lineage_atv-64ed71de056176409ad2eabba5e42b3c12a12b7d.tar.bz2
android_device_lineage_atv-64ed71de056176409ad2eabba5e42b3c12a12b7d.zip
Initial makefiles
Change-Id: I83ad3989db85fd138a80564342cbaf0fafc45605
-rw-r--r--Android.mk21
-rw-r--r--lineage_atv.mk15
2 files changed, 36 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..cd84f4d
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,21 @@
+# Copyright (C) 2019 The LineageOS Project
+#
+# 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.
+
+ifeq ($(PRODUCT_IS_ATV),true)
+
+LOCAL_PATH := $(call my-dir)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif
diff --git a/lineage_atv.mk b/lineage_atv.mk
new file mode 100644
index 0000000..7154655
--- /dev/null
+++ b/lineage_atv.mk
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2019 The LineageOS Project
+#
+# 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.
+#