OSDN Git Service

Try to enable hwcomposer.x86 kitkat-x86 android-x86-4.4-r1 android-x86-4.4-r2 android-x86-4.4-r3
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 5 Jun 2014 02:42:20 +0000 (10:42 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 5 Jun 2014 02:42:20 +0000 (10:42 +0800)
Android.mk

index 9f7a9a6..98b83d6 100644 (file)
 LOCAL_PATH := $(call my-dir)
 include $(CLEAR_VARS)
 
-ifneq ($(USE_INTEL_UFO_DRIVER),true)
-
 LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
 LOCAL_SHARED_LIBRARIES := liblog libEGL libhardware libutils libdrm
 LOCAL_CFLAGS := -DEGL_EGLEXT_PROTOTYPES
-LOCAL_C_INCLUDES += frameworks/native/include/utils/ hardware/drm_gralloc external/drm external/drm/include/drm
+LOCAL_C_INCLUDES := system/core/include/utils hardware/drm_gralloc external/drm external/drm/include/drm
 LOCAL_SRC_FILES := hwcomposer.cpp
-LOCAL_MODULE := hwcomposer.$(TARGET_PRODUCT)
+LOCAL_MODULE := hwcomposer.x86
 LOCAL_MODULE_TAGS := optional
 include $(BUILD_SHARED_LIBRARY)
-
-endif # USE_INTEL_UFO_DRIVER