device/generic/common
修订版 | 72ff58b3ea468d3eeb3012f27543ebafd380a9d3 (tree) |
---|---|
时间 | 2016-08-26 23:18:30 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Add a compiled-classes filter file
Using a compiled-classes file filters non-mentioned classes from being
compiled into the boot.oat file(s) to reduce the size of the boot image.
@@ -1,5 +1,5 @@ | ||
1 | 1 | # |
2 | -# Copyright (C) 2014 The Android-x86 Open Source Project | |
2 | +# Copyright (C) 2014-2016 The Android-x86 Open Source Project | |
3 | 3 | # |
4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | # you may not use this file except in compliance with the License. |
@@ -46,6 +46,7 @@ PRODUCT_COPY_FILES += \ | ||
46 | 46 | device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \ |
47 | 47 | frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ |
48 | 48 | frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ |
49 | + frameworks/base/compiled-classes-phone:system/etc/compiled-classes \ | |
49 | 50 | frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ |
50 | 51 | frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ |
51 | 52 | frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \ |