• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


コミットメタ情報

リビジョン72ff58b3ea468d3eeb3012f27543ebafd380a9d3 (tree)
日時2016-08-26 23:18:30
作者Chih-Wei Huang <cwhuang@linu...>
コミッター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.

変更サマリ

差分

--- a/device.mk
+++ b/device.mk
@@ -1,5 +1,5 @@
11 #
2-# Copyright (C) 2014 The Android-x86 Open Source Project
2+# Copyright (C) 2014-2016 The Android-x86 Open Source Project
33 #
44 # Licensed under the Apache License, Version 2.0 (the "License");
55 # you may not use this file except in compliance with the License.
@@ -46,6 +46,7 @@ PRODUCT_COPY_FILES += \
4646 device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \
4747 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
4848 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 \
4950 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
5051 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
5152 frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \