From e7eac1f600a7558be04023d6364676c027b0fb57 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 29 Aug 2017 11:28:55 +0200 Subject: [PATCH] Specify correct location for all files we're installing --- products/anbox.mk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/products/anbox.mk b/products/anbox.mk index f414342f..73fd1a95 100644 --- a/products/anbox.mk +++ b/products/anbox.mk @@ -39,12 +39,12 @@ PRODUCT_PACKAGES += \ fingerprintd PRODUCT_COPY_FILES += \ - anbox/android/fstab.goldfish:root/fstab.goldfish \ - anbox/android/init.goldfish.rc:root/init.goldfish.rc \ - anbox/android/init.goldfish.sh:system/etc/init.goldfish.sh \ - anbox/android/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ - anbox/android/camera/media_profiles.xml:system/etc/media_profiles.xml \ - anbox/android/camera/media_codecs.xml:system/etc/media_codecs.xml \ + vendor/anbox/android/fstab.goldfish:root/fstab.goldfish \ + vendor/anbox/android/init.goldfish.rc:root/init.goldfish.rc \ + vendor/anbox/android/init.goldfish.sh:system/etc/init.goldfish.sh \ + vendor/anbox/android/ueventd.goldfish.rc:root/ueventd.goldfish.rc \ + vendor/anbox/android/camera/media_profiles.xml:system/etc/media_profiles.xml \ + vendor/anbox/android/camera/media_codecs.xml:system/etc/media_codecs.xml \ hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf PRODUCT_CHARACTERISTICS := emulator @@ -53,8 +53,8 @@ PRODUCT_CHARACTERISTICS := emulator PRODUCT_AAPT_CONFIG := normal PRODUCT_COPY_FILES += \ - anbox/scripts/anbox-init.sh:root/anbox-init.sh \ - device/anbox/anbox.xml:system/etc/permissions/anbox.xml + vendor/anbox/scripts/anbox-init.sh:root/anbox-init.sh \ + vendor/anbox/products/anbox.xml:system/etc/permissions/anbox.xml PRODUCT_PACKAGES += \ anboxd \ @@ -86,11 +86,11 @@ PRODUCT_PROPERTY_OVERRIDES += \ debug.sf.nobootanimation=1 DEVICE_PACKAGE_OVERLAYS += \ - device/anbox/overlay + vendor/anbox/products/overlay $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) # Extend heap size we use for dalvik/art runtime $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) PRODUCT_COPY_FILES += \ - device/anbox/anbox.xml:system/etc/permissions/anbox.xml \ No newline at end of file + vendor/anbox/products/anbox.xml:system/etc/permissions/anbox.xml -- GitLab