1c46c42c16
* commit 'abdade71bc17153696fe2abe281c5a3b0c2e5abe': Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"
40 lines
709 B
Makefile
40 lines
709 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES:= \
|
|
BitTube.cpp \
|
|
ISensorEventConnection.cpp \
|
|
ISensorServer.cpp \
|
|
ISurfaceTexture.cpp \
|
|
Sensor.cpp \
|
|
SensorEventQueue.cpp \
|
|
SensorManager.cpp \
|
|
SurfaceTexture.cpp \
|
|
SurfaceTextureClient.cpp \
|
|
ISurfaceComposer.cpp \
|
|
ISurface.cpp \
|
|
ISurfaceComposerClient.cpp \
|
|
IGraphicBufferAlloc.cpp \
|
|
LayerState.cpp \
|
|
Surface.cpp \
|
|
SurfaceComposerClient.cpp \
|
|
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
libcutils \
|
|
libutils \
|
|
libbinder \
|
|
libhardware \
|
|
libhardware_legacy \
|
|
libui \
|
|
libEGL \
|
|
libGLESv2 \
|
|
|
|
|
|
LOCAL_MODULE:= libgui
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
|
|
ifeq (,$(ONE_SHOT_MAKEFILE))
|
|
include $(call first-makefiles-under,$(LOCAL_PATH))
|
|
endif
|