diff --git a/products/anbox.mk b/products/anbox.mk index f414342f8fde2d6d82f4797b4be5fc477cbbd441..73fd1a95226063f97856f0dcd1df9c9c2f9bd55e 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