Skip to content

Instantly share code, notes, and snippets.

@doniks
Created March 3, 2019 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doniks/0dfba564c35bf63fdb25ce8c0f658955 to your computer and use it in GitHub Desktop.
Save doniks/0dfba564c35bf63fdb25ce8c0f658955 to your computer and use it in GitHub Desktop.
diff --git a/deb/deb-vendor.mk b/deb/deb-vendor.mk
index 782d9ed..231543a 100644
--- a/deb/deb-vendor.mk
+++ b/deb/deb-vendor.mk
@@ -22,10 +22,6 @@ PRODUCT_PACKAGES := \
VisualizationWallpapers \
librs_jni
-# Publish that we support the live wallpaper feature.
-PRODUCT_COPY_FILES := \
- packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml
-
# Pick up overlay for features that depend on non-open-source files
DEVICE_PACKAGE_OVERLAYS := vendor/asus/deb/overlay
diff --git a/flo/flo-vendor.mk b/flo/flo-vendor.mk
index 0bdb564..51e1b2d 100644
--- a/flo/flo-vendor.mk
+++ b/flo/flo-vendor.mk
@@ -22,10 +22,6 @@ PRODUCT_PACKAGES := \
VisualizationWallpapers \
librs_jni
-# Publish that we support the live wallpaper feature.
-PRODUCT_COPY_FILES := \
- packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml
-
# Pick up overlay for features that depend on non-open-source files
DEVICE_PACKAGE_OVERLAYS := vendor/asus/flo/overlay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment