OSDN Git Service

Android-x86 6.0-rc1 release (20160608)
authorChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 7 Jun 2016 17:45:31 +0000 (01:45 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 7 Jun 2016 17:45:31 +0000 (01:45 +0800)
BoardConfig.mk
device.mk
fstab.x86
init.sh
overlay/frameworks/base/core/res/res/xml/storage_list.xml
overlay/packages/apps/Trebuchet/res/values-sw340dp/config.xml [deleted file]
packages.mk

index 45b9dd9..3393768 100644 (file)
@@ -19,7 +19,6 @@ BOARD_MALLOC_ALIGNMENT := 16
 ifeq ($(HOST_OS),linux)
 WITH_DEXPREOPT := true
 WITH_DEXPREOPT_PIC := true
-TARGET_GCC_VERSION_EXP := 4.9
 endif
 
 # the following variables could be overridden
index bb3c1e0..95001d8 100644 (file)
--- a/device.mk
+++ b/device.mk
@@ -43,6 +43,7 @@ PRODUCT_COPY_FILES += \
     $(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \
     $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml \
     device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml \
+    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/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
index f2f61c8..44de82f 100644 (file)
--- a/fstab.x86
+++ b/fstab.x86
@@ -1,3 +1,5 @@
 none                   /cache          tmpfs   nosuid,nodev,noatime    defaults
 
-/devices/*/usb*/*      auto            auto    defaults                voldmanaged=usb:auto
+/devices/*/usb*/*              auto    auto    defaults                voldmanaged=usb:auto,encryptable=userdata
+/devices/*/*sdmmc*/*           auto    auto    defaults                voldmanaged=sdcard1:auto,encryptable=userdata
+/devices/*/80860F14:01/mmc_*   auto    auto    defaults                voldmanaged=sdcard1:auto,encryptable=userdata
diff --git a/init.sh b/init.sh
index 2a2dc3d..4bb9c40 100644 (file)
--- a/init.sh
+++ b/init.sh
@@ -137,6 +137,8 @@ function init_hal_gralloc()
                        init_uvesafb
                        ;&
                0*)
+                       # FIXME: software rendering failed to pass the SetupWizard
+                       set_property ro.setupwizard.mode DISABLED
                        ;;
        esac
 
index 66984e8..73c0766 100644 (file)
         android:primary="true"
         android:emulated="true"
         android:mtpReserve="100" />
-    <storage
-        android:mountPoint="/storage/sdcard1"
-        android:storageDescription="@string/storage_sd_card"
-        android:removable="true"
-        android:maxFileSize="4096" />
-    <storage
-        android:mountPoint="/storage/usb0"
-        android:storageDescription="@string/storage_usb"
-        android:removable="true"
-        android:maxFileSize="4096" />
-    <storage
-        android:mountPoint="/storage/usb1"
-        android:storageDescription="@string/storage_usb"
-        android:removable="true"
-        android:maxFileSize="4096" />
-    <storage
-        android:mountPoint="/storage/usb2"
-        android:storageDescription="@string/storage_usb"
-        android:removable="true"
-        android:maxFileSize="4096" />
-    <storage
-        android:mountPoint="/storage/usb3"
-        android:storageDescription="@string/storage_usb"
-        android:removable="true"
-        android:maxFileSize="4096" />
 </StorageList>
diff --git a/overlay/packages/apps/Trebuchet/res/values-sw340dp/config.xml b/overlay/packages/apps/Trebuchet/res/values-sw340dp/config.xml
deleted file mode 100644 (file)
index c01c4df..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<resources>
-    <bool name="config_largeIcons">false</bool>
-</resources>
index 20832d9..a32c144 100644 (file)
@@ -79,3 +79,4 @@ PRODUCT_PACKAGES += \
 # Third party apps
 PRODUCT_PACKAGES += \
     CMFileManager \
+    Eleven \