diff --git a/arm/Android.mk b/arm/Android.mk
new file mode 100644
index 0000000..c7e9ae8
--- /dev/null
+++ b/arm/Android.mk
@@ -0,0 +1,45 @@
+# 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.
+
+# This file is generated by device/gapps//setup-makefiles.sh
+
+LOCAL_PATH := $(call my-dir)
+
+ifeq ($(TARGET_DEVICE),)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := PrebuiltGmsCore
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/PrebuiltGmsCore/PrebuiltGmsCore.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := SetupWizard
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/SetupWizard/SetupWizard.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+endif
diff --git a/arm/BoardConfigVendor.mk b/arm/BoardConfigVendor.mk
new file mode 100644
index 0000000..af3855b
--- /dev/null
+++ b/arm/BoardConfigVendor.mk
@@ -0,0 +1,16 @@
+# 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.
+
+# This file is generated by device/gapps//setup-makefiles.sh
+
diff --git a/arm/arm-vendor.mk b/arm/arm-vendor.mk
new file mode 100644
index 0000000..85725df
--- /dev/null
+++ b/arm/arm-vendor.mk
@@ -0,0 +1,22 @@
+# 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.
+
+# This file is generated by device/gapps//setup-makefiles.sh
+
+PRODUCT_COPY_FILES += \
+ vendor/gapps/arm/proprietary/lib/libjni_latinimegoogle.so:system/lib/libjni_latinimegoogle.so
+
+PRODUCT_PACKAGES += \
+ PrebuiltGmsCore \
+ SetupWizard
diff --git a/arm/proprietary/lib/libjni_latinimegoogle.so b/arm/proprietary/lib/libjni_latinimegoogle.so
new file mode 100755
index 0000000..2fbbfdb
Binary files /dev/null and b/arm/proprietary/lib/libjni_latinimegoogle.so differ
diff --git a/arm/proprietary/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk b/arm/proprietary/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk
new file mode 100644
index 0000000..8c7a909
Binary files /dev/null and b/arm/proprietary/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk differ
diff --git a/arm/proprietary/priv-app/SetupWizard/SetupWizard.apk b/arm/proprietary/priv-app/SetupWizard/SetupWizard.apk
new file mode 100644
index 0000000..cce0610
Binary files /dev/null and b/arm/proprietary/priv-app/SetupWizard/SetupWizard.apk differ
diff --git a/common/Android.mk b/common/Android.mk
new file mode 100644
index 0000000..d88f3f2
--- /dev/null
+++ b/common/Android.mk
@@ -0,0 +1,181 @@
+# 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.
+
+# This file is generated by device/gapps//setup-makefiles.sh
+
+LOCAL_PATH := $(call my-dir)
+
+ifeq ($(TARGET_DEVICE),)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GoogleContactsSyncAdapter
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GoogleExtShared
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GoogleExtShared/GoogleExtShared.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := ConfigUpdater
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/ConfigUpdater/ConfigUpdater.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GoogleBackupTransport
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GoogleBackupTransport/GoogleBackupTransport.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GoogleExtServices
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GoogleExtServices/GoogleExtServices.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GoogleFeedback
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GoogleFeedback/GoogleFeedback.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GoogleLoginService
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GoogleLoginService/GoogleLoginService.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GoogleOneTimeInitializer
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GooglePartnerSetup
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GooglePartnerSetup/GooglePartnerSetup.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := GoogleServicesFramework
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/GoogleServicesFramework/GoogleServicesFramework.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := Phonesky
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/Phonesky/Phonesky.apk
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := APPS
+LOCAL_DEX_PREOPT := false
+LOCAL_MODULE_SUFFIX := .apk
+LOCAL_PRIVILEGED_MODULE := true
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := com.google.android.maps
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/framework/com.google.android.maps.jar
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := .jar
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := com.google.android.media.effects
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/framework/com.google.android.media.effects.jar
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := .jar
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := com.google.widevine.software.drm
+LOCAL_MODULE_OWNER := gapps
+LOCAL_SRC_FILES := proprietary/framework/com.google.widevine.software.drm.jar
+LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+LOCAL_MODULE_SUFFIX := .jar
+include $(BUILD_PREBUILT)
+
+endif
diff --git a/common/BoardConfigVendor.mk b/common/BoardConfigVendor.mk
new file mode 100644
index 0000000..af3855b
--- /dev/null
+++ b/common/BoardConfigVendor.mk
@@ -0,0 +1,16 @@
+# 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.
+
+# This file is generated by device/gapps//setup-makefiles.sh
+
diff --git a/common/common-vendor.mk b/common/common-vendor.mk
new file mode 100644
index 0000000..5747d37
--- /dev/null
+++ b/common/common-vendor.mk
@@ -0,0 +1,40 @@
+# 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.
+
+# This file is generated by device/gapps//setup-makefiles.sh
+
+PRODUCT_COPY_FILES += \
+ vendor/gapps/common/proprietary/etc/permissions/com.android.omadm.service.xml:system/etc/permissions/com.android.omadm.service.xml \
+ vendor/gapps/common/proprietary/etc/permissions/com.google.android.maps.xml:system/etc/permissions/com.google.android.maps.xml \
+ vendor/gapps/common/proprietary/etc/permissions/com.google.android.media.effects.xml:system/etc/permissions/com.google.android.media.effects.xml \
+ vendor/gapps/common/proprietary/etc/permissions/com.google.widevine.software.drm.xml:system/etc/permissions/com.google.widevine.software.drm.xml \
+ vendor/gapps/common/proprietary/etc/sysconfig/google.xml:system/etc/sysconfig/google.xml \
+ vendor/gapps/common/proprietary/etc/sysconfig/google_build.xml:system/etc/sysconfig/google_build.xml \
+ vendor/gapps/common/proprietary/etc/sysconfig/whitelist_com.android.omadm.service.xml:system/etc/sysconfig/whitelist_com.android.omadm.service.xml
+
+PRODUCT_PACKAGES += \
+ GoogleContactsSyncAdapter \
+ GoogleExtShared \
+ ConfigUpdater \
+ GoogleBackupTransport \
+ GoogleExtServices \
+ GoogleFeedback \
+ GoogleLoginService \
+ GoogleOneTimeInitializer \
+ GooglePartnerSetup \
+ GoogleServicesFramework \
+ Phonesky \
+ com.google.android.maps \
+ com.google.android.media.effects \
+ com.google.widevine.software.drm
diff --git a/common/proprietary/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk b/common/proprietary/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk
new file mode 100644
index 0000000..18147b5
Binary files /dev/null and b/common/proprietary/app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk differ
diff --git a/common/proprietary/app/GoogleExtShared/GoogleExtShared.apk b/common/proprietary/app/GoogleExtShared/GoogleExtShared.apk
new file mode 100644
index 0000000..cc7c0aa
Binary files /dev/null and b/common/proprietary/app/GoogleExtShared/GoogleExtShared.apk differ
diff --git a/common/proprietary/etc/permissions/com.android.omadm.service.xml b/common/proprietary/etc/permissions/com.android.omadm.service.xml
new file mode 100644
index 0000000..b17e001
--- /dev/null
+++ b/common/proprietary/etc/permissions/com.android.omadm.service.xml
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/common/proprietary/etc/permissions/com.google.android.maps.xml b/common/proprietary/etc/permissions/com.google.android.maps.xml
new file mode 100644
index 0000000..5be5c2c
--- /dev/null
+++ b/common/proprietary/etc/permissions/com.google.android.maps.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/common/proprietary/etc/permissions/com.google.android.media.effects.xml b/common/proprietary/etc/permissions/com.google.android.media.effects.xml
new file mode 100644
index 0000000..ea82b9d
--- /dev/null
+++ b/common/proprietary/etc/permissions/com.google.android.media.effects.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/common/proprietary/etc/permissions/com.google.widevine.software.drm.xml b/common/proprietary/etc/permissions/com.google.widevine.software.drm.xml
new file mode 100644
index 0000000..f75abf9
--- /dev/null
+++ b/common/proprietary/etc/permissions/com.google.widevine.software.drm.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
diff --git a/common/proprietary/etc/sysconfig/google.xml b/common/proprietary/etc/sysconfig/google.xml
new file mode 100644
index 0000000..425f696
--- /dev/null
+++ b/common/proprietary/etc/sysconfig/google.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/proprietary/etc/sysconfig/google_build.xml b/common/proprietary/etc/sysconfig/google_build.xml
new file mode 100644
index 0000000..76dd743
--- /dev/null
+++ b/common/proprietary/etc/sysconfig/google_build.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/common/proprietary/etc/sysconfig/whitelist_com.android.omadm.service.xml b/common/proprietary/etc/sysconfig/whitelist_com.android.omadm.service.xml
new file mode 100644
index 0000000..ef40764
--- /dev/null
+++ b/common/proprietary/etc/sysconfig/whitelist_com.android.omadm.service.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/common/proprietary/framework/com.google.android.maps.jar b/common/proprietary/framework/com.google.android.maps.jar
new file mode 100644
index 0000000..bdae0da
Binary files /dev/null and b/common/proprietary/framework/com.google.android.maps.jar differ
diff --git a/common/proprietary/framework/com.google.android.media.effects.jar b/common/proprietary/framework/com.google.android.media.effects.jar
new file mode 100644
index 0000000..5ecf54d
Binary files /dev/null and b/common/proprietary/framework/com.google.android.media.effects.jar differ
diff --git a/common/proprietary/framework/com.google.widevine.software.drm.jar b/common/proprietary/framework/com.google.widevine.software.drm.jar
new file mode 100644
index 0000000..4592ca6
Binary files /dev/null and b/common/proprietary/framework/com.google.widevine.software.drm.jar differ
diff --git a/common/proprietary/priv-app/ConfigUpdater/ConfigUpdater.apk b/common/proprietary/priv-app/ConfigUpdater/ConfigUpdater.apk
new file mode 100644
index 0000000..6cac68b
Binary files /dev/null and b/common/proprietary/priv-app/ConfigUpdater/ConfigUpdater.apk differ
diff --git a/common/proprietary/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk b/common/proprietary/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk
new file mode 100644
index 0000000..72b298e
Binary files /dev/null and b/common/proprietary/priv-app/GoogleBackupTransport/GoogleBackupTransport.apk differ
diff --git a/common/proprietary/priv-app/GoogleExtServices/GoogleExtServices.apk b/common/proprietary/priv-app/GoogleExtServices/GoogleExtServices.apk
new file mode 100644
index 0000000..dd100f4
Binary files /dev/null and b/common/proprietary/priv-app/GoogleExtServices/GoogleExtServices.apk differ
diff --git a/common/proprietary/priv-app/GoogleFeedback/GoogleFeedback.apk b/common/proprietary/priv-app/GoogleFeedback/GoogleFeedback.apk
new file mode 100644
index 0000000..07d1188
Binary files /dev/null and b/common/proprietary/priv-app/GoogleFeedback/GoogleFeedback.apk differ
diff --git a/common/proprietary/priv-app/GoogleLoginService/GoogleLoginService.apk b/common/proprietary/priv-app/GoogleLoginService/GoogleLoginService.apk
new file mode 100644
index 0000000..f619ec3
Binary files /dev/null and b/common/proprietary/priv-app/GoogleLoginService/GoogleLoginService.apk differ
diff --git a/common/proprietary/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk b/common/proprietary/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk
new file mode 100644
index 0000000..bb36532
Binary files /dev/null and b/common/proprietary/priv-app/GoogleOneTimeInitializer/GoogleOneTimeInitializer.apk differ
diff --git a/common/proprietary/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk b/common/proprietary/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk
new file mode 100644
index 0000000..16ad0f4
Binary files /dev/null and b/common/proprietary/priv-app/GooglePartnerSetup/GooglePartnerSetup.apk differ
diff --git a/common/proprietary/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk b/common/proprietary/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk
new file mode 100644
index 0000000..f0b08c4
Binary files /dev/null and b/common/proprietary/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk differ
diff --git a/common/proprietary/priv-app/Phonesky/Phonesky.apk b/common/proprietary/priv-app/Phonesky/Phonesky.apk
new file mode 100644
index 0000000..cf0839b
Binary files /dev/null and b/common/proprietary/priv-app/Phonesky/Phonesky.apk differ