提交 e7eac1f6 编写于 作者: S Simon Fels

Specify correct location for all files we're installing

上级 b8e7d89a
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册