• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

device/generic/common


Commit MetaInfo

Revision897bf6607e0f079d0fd9a83371942a2e4e39b952 (tree)
Time2016-06-08 02:45:31
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Android-x86 6.0-rc1 release (20160608)

Change Summary

Incremental Difference

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -19,7 +19,6 @@ BOARD_MALLOC_ALIGNMENT := 16
1919 ifeq ($(HOST_OS),linux)
2020 WITH_DEXPREOPT := true
2121 WITH_DEXPREOPT_PIC := true
22-TARGET_GCC_VERSION_EXP := 4.9
2322 endif
2423
2524 # the following variables could be overridden
--- a/device.mk
+++ b/device.mk
@@ -43,6 +43,7 @@ PRODUCT_COPY_FILES += \
4343 $(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \
4444 $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml \
4545 device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml \
46+ device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \
4647 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
4748 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
4849 frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
--- a/fstab.x86
+++ b/fstab.x86
@@ -1,3 +1,5 @@
11 none /cache tmpfs nosuid,nodev,noatime defaults
22
3-/devices/*/usb*/* auto auto defaults voldmanaged=usb:auto
3+/devices/*/usb*/* auto auto defaults voldmanaged=usb:auto,encryptable=userdata
4+/devices/*/*sdmmc*/* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
5+/devices/*/80860F14:01/mmc_* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
--- a/init.sh
+++ b/init.sh
@@ -137,6 +137,8 @@ function init_hal_gralloc()
137137 init_uvesafb
138138 ;&
139139 0*)
140+ # FIXME: software rendering failed to pass the SetupWizard
141+ set_property ro.setupwizard.mode DISABLED
140142 ;;
141143 esac
142144
--- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml
+++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml
@@ -26,29 +26,4 @@
2626 android:primary="true"
2727 android:emulated="true"
2828 android:mtpReserve="100" />
29- <storage
30- android:mountPoint="/storage/sdcard1"
31- android:storageDescription="@string/storage_sd_card"
32- android:removable="true"
33- android:maxFileSize="4096" />
34- <storage
35- android:mountPoint="/storage/usb0"
36- android:storageDescription="@string/storage_usb"
37- android:removable="true"
38- android:maxFileSize="4096" />
39- <storage
40- android:mountPoint="/storage/usb1"
41- android:storageDescription="@string/storage_usb"
42- android:removable="true"
43- android:maxFileSize="4096" />
44- <storage
45- android:mountPoint="/storage/usb2"
46- android:storageDescription="@string/storage_usb"
47- android:removable="true"
48- android:maxFileSize="4096" />
49- <storage
50- android:mountPoint="/storage/usb3"
51- android:storageDescription="@string/storage_usb"
52- android:removable="true"
53- android:maxFileSize="4096" />
5429 </StorageList>
--- a/overlay/packages/apps/Trebuchet/res/values-sw340dp/config.xml
+++ /dev/null
@@ -1,3 +0,0 @@
1-<resources>
2- <bool name="config_largeIcons">false</bool>
3-</resources>
--- a/packages.mk
+++ b/packages.mk
@@ -79,3 +79,4 @@ PRODUCT_PACKAGES += \
7979 # Third party apps
8080 PRODUCT_PACKAGES += \
8181 CMFileManager \
82+ Eleven \