device/generic/common
リビジョン | d730b5cfce66a51ca77c9d63891faf56b23ce328 (tree) |
---|---|
日時 | 2016-05-06 03:17:12 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
コミッター | Chih-Wei Huang |
Fix the building issues on Android 6.0
Remove components that can't be built temporarily.
@@ -70,7 +70,7 @@ BOARD_WPA_SUPPLICANT_PRIVATE_LIB ?= private_lib_driver_cmd | ||
70 | 70 | WPA_SUPPLICANT_VERSION ?= VER_2_1_DEVEL |
71 | 71 | WIFI_DRIVER_MODULE_PATH ?= auto |
72 | 72 | |
73 | -BOARD_GPU_DRIVERS ?= i915 i965 nouveau r300g r600g radeonsi swrast | |
73 | +BOARD_GPU_DRIVERS ?= i915 i965 nouveau r300g r600g swrast | |
74 | 74 | ifneq ($(strip $(BOARD_GPU_DRIVERS)),) |
75 | 75 | TARGET_HARDWARE_3D := true |
76 | 76 | BOARD_EGL_CFG ?= device/generic/common/gpu/egl_mesa.cfg |
@@ -46,7 +46,6 @@ PRODUCT_PACKAGES := \ | ||
46 | 46 | libhuaweigeneric-ril \ |
47 | 47 | lights.default \ |
48 | 48 | make_ext4fs \ |
49 | - parted \ | |
50 | 49 | powerbtnd \ |
51 | 50 | scp \ |
52 | 51 | sensors.hsb \ |
@@ -76,6 +75,5 @@ PRODUCT_PACKAGES += \ | ||
76 | 75 | |
77 | 76 | # Third party apps |
78 | 77 | PRODUCT_PACKAGES += \ |
79 | - CMFileManager \ | |
80 | 78 | Superuser \ |
81 | 79 | TSCalibration2 \ |
@@ -16,6 +16,7 @@ | ||
16 | 16 | #include <fcntl.h> |
17 | 17 | #include <errno.h> |
18 | 18 | #include <dirent.h> |
19 | +#include <string.h> | |
19 | 20 | #include <cutils/log.h> |
20 | 21 | #include <linux/input.h> |
21 | 22 | #include <linux/uinput.h> |