Specify correct location for all files we're installing
This commit is contained in:
parent
b8e7d89a30
commit
e7eac1f600
1 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
vendor/anbox/products/anbox.xml:system/etc/permissions/anbox.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue