device/generic/common
Revision | 897bf6607e0f079d0fd9a83371942a2e4e39b952 (tree) |
---|---|
Time | 2016-06-08 02:45:31 |
Author | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Android-x86 6.0-rc1 release (20160608)
@@ -19,7 +19,6 @@ BOARD_MALLOC_ALIGNMENT := 16 | ||
19 | 19 | ifeq ($(HOST_OS),linux) |
20 | 20 | WITH_DEXPREOPT := true |
21 | 21 | WITH_DEXPREOPT_PIC := true |
22 | -TARGET_GCC_VERSION_EXP := 4.9 | |
23 | 22 | endif |
24 | 23 | |
25 | 24 | # the following variables could be overridden |
@@ -43,6 +43,7 @@ PRODUCT_COPY_FILES += \ | ||
43 | 43 | $(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \ |
44 | 44 | $(LOCAL_PATH)/media_profiles.xml:system/etc/media_profiles.xml \ |
45 | 45 | 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 \ | |
46 | 47 | frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ |
47 | 48 | frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ |
48 | 49 | frameworks/native/data/etc/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \ |
@@ -1,3 +1,5 @@ | ||
1 | 1 | none /cache tmpfs nosuid,nodev,noatime defaults |
2 | 2 | |
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 |
@@ -137,6 +137,8 @@ function init_hal_gralloc() | ||
137 | 137 | init_uvesafb |
138 | 138 | ;& |
139 | 139 | 0*) |
140 | + # FIXME: software rendering failed to pass the SetupWizard | |
141 | + set_property ro.setupwizard.mode DISABLED | |
140 | 142 | ;; |
141 | 143 | esac |
142 | 144 |
@@ -26,29 +26,4 @@ | ||
26 | 26 | android:primary="true" |
27 | 27 | android:emulated="true" |
28 | 28 | 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" /> | |
54 | 29 | </StorageList> |
@@ -1,3 +0,0 @@ | ||
1 | -<resources> | |
2 | - <bool name="config_largeIcons">false</bool> | |
3 | -</resources> |
@@ -79,3 +79,4 @@ PRODUCT_PACKAGES += \ | ||
79 | 79 | # Third party apps |
80 | 80 | PRODUCT_PACKAGES += \ |
81 | 81 | CMFileManager \ |
82 | + Eleven \ |