aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2020-06-06 20:08:23 -0400
committerNolen Johnson <johnsonnolen@gmail.com>2020-06-07 04:47:22 +0200
commit04271e2015ac8c8df3005833e2642cefc2d2038d (patch)
treea9d303e75a5f097cd734df49c96b56ad54d825f4 /apps
parent79a6b1dc1e8d855c74960e1429f03122424103b1 (diff)
downloadandroid_device_lineage_atv-lineage-17.1.tar.gz
android_device_lineage_atv-lineage-17.1.tar.bz2
android_device_lineage_atv-lineage-17.1.zip
atv: Import vendor/google/atvHEADlineage-17.1
* Rename packages to not conflict with OpenGApps aosp_build repo or GMS. * Add relevant priv-app permissions. Change-Id: Ie88a0d781b077d59bd25d2f592abb24593669199
Diffstat (limited to 'apps')
-rw-r--r--apps/Android.mk35
-rw-r--r--apps/TVLauncherNoGMS/TVLauncherNoGMS.apkbin0 -> 6593199 bytes
-rw-r--r--apps/TVRecommendationsNoGMS/TVRecommendationsNoGMS.apkbin0 -> 3468071 bytes
3 files changed, 35 insertions, 0 deletions
diff --git a/apps/Android.mk b/apps/Android.mk
new file mode 100644
index 0000000..d559ce8
--- /dev/null
+++ b/apps/Android.mk
@@ -0,0 +1,35 @@
+# Copyright (C) 2017 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.
+
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := TVLauncherNoGMS
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := TVLauncherNoGMS/TVLauncherNoGMS.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_CLASS := APPS
+LOCAL_PRIVILEGED_MODULE := true
+LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := TVRecommendationsNoGMS
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := TVRecommendationsNoGMS/TVRecommendationsNoGMS.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_CLASS := APPS
+LOCAL_PRIVILEGED_MODULE := true
+LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
+include $(BUILD_PREBUILT) \ No newline at end of file
diff --git a/apps/TVLauncherNoGMS/TVLauncherNoGMS.apk b/apps/TVLauncherNoGMS/TVLauncherNoGMS.apk
new file mode 100644
index 0000000..8e8bcf4
--- /dev/null
+++ b/apps/TVLauncherNoGMS/TVLauncherNoGMS.apk
Binary files differ
diff --git a/apps/TVRecommendationsNoGMS/TVRecommendationsNoGMS.apk b/apps/TVRecommendationsNoGMS/TVRecommendationsNoGMS.apk
new file mode 100644
index 0000000..2dbf7dd
--- /dev/null
+++ b/apps/TVRecommendationsNoGMS/TVRecommendationsNoGMS.apk
Binary files differ