From: Chih-Wei Huang Date: Tue, 12 Dec 2017 09:40:26 +0000 (+0800) Subject: Fix the path of compiled-classes-phone X-Git-Tag: android-x86-8.1-r1~44 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=commitdiff_plain;h=1c2abf374a3b3d7fe2e28d410b490733d3426ffe Fix the path of compiled-classes-phone It was moved since Android 8.1. --- diff --git a/device.mk b/device.mk index 6f1e939..3d3468b 100644 --- a/device.mk +++ b/device.mk @@ -50,7 +50,7 @@ PRODUCT_COPY_FILES += \ device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ - frameworks/base/compiled-classes-phone:system/etc/compiled-classes \ + frameworks/base/config/compiled-classes-phone:system/etc/compiled-classes \ frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \