• 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

Revisiónd730b5cfce66a51ca77c9d63891faf56b23ce328 (tree)
Tiempo2016-05-06 03:17:12
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix the building issues on Android 6.0

Remove components that can't be built temporarily.

Cambiar Resumen

Diferencia incremental

--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -70,7 +70,7 @@ BOARD_WPA_SUPPLICANT_PRIVATE_LIB ?= private_lib_driver_cmd
7070 WPA_SUPPLICANT_VERSION ?= VER_2_1_DEVEL
7171 WIFI_DRIVER_MODULE_PATH ?= auto
7272
73-BOARD_GPU_DRIVERS ?= i915 i965 nouveau r300g r600g radeonsi swrast
73+BOARD_GPU_DRIVERS ?= i915 i965 nouveau r300g r600g swrast
7474 ifneq ($(strip $(BOARD_GPU_DRIVERS)),)
7575 TARGET_HARDWARE_3D := true
7676 BOARD_EGL_CFG ?= device/generic/common/gpu/egl_mesa.cfg
--- a/packages.mk
+++ b/packages.mk
@@ -46,7 +46,6 @@ PRODUCT_PACKAGES := \
4646 libhuaweigeneric-ril \
4747 lights.default \
4848 make_ext4fs \
49- parted \
5049 powerbtnd \
5150 scp \
5251 sensors.hsb \
@@ -76,6 +75,5 @@ PRODUCT_PACKAGES += \
7675
7776 # Third party apps
7877 PRODUCT_PACKAGES += \
79- CMFileManager \
8078 Superuser \
8179 TSCalibration2 \
--- a/tablet-mode/tablet-mode.c
+++ b/tablet-mode/tablet-mode.c
@@ -16,6 +16,7 @@
1616 #include <fcntl.h>
1717 #include <errno.h>
1818 #include <dirent.h>
19+#include <string.h>
1920 #include <cutils/log.h>
2021 #include <linux/input.h>
2122 #include <linux/uinput.h>