Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6861d94d authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "frameworks/base refactoring"

parents f1e7d117 4f4c1010
Loading
Loading
Loading
Loading
+1 −34
Original line number Diff line number Diff line
@@ -13,41 +13,14 @@
# limitations under the License.

LOCAL_PATH:= $(call my-dir)

# libui is partially built for the host (used by build time keymap validation tool)
# These files are common to host and target builds.
commonSources:= \
	Input.cpp \
	Keyboard.cpp \
	KeyLayoutMap.cpp \
	KeyCharacterMap.cpp \
	VirtualKeyMap.cpp

# For the host
# =====================================================

include $(CLEAR_VARS)

LOCAL_SRC_FILES:= $(commonSources)

LOCAL_MODULE:= libui

include $(BUILD_HOST_STATIC_LIBRARY)


# For the device
# =====================================================

include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
	$(commonSources) \
	EGLUtils.cpp \
	FramebufferNativeWindow.cpp \
	GraphicBuffer.cpp \
	GraphicBufferAllocator.cpp \
	GraphicBufferMapper.cpp \
	InputTransport.cpp \
	PixelFormat.cpp \
	Rect.cpp \
	Region.cpp
@@ -57,13 +30,7 @@ LOCAL_SHARED_LIBRARIES := \
	libutils \
	libEGL \
	libpixelflinger \
	libhardware \
	libhardware_legacy \
	libskia \
	libbinder

LOCAL_C_INCLUDES := \
    external/skia/include/core
	libhardware

LOCAL_MODULE:= libui

libs/ui/Input.cpp

deleted100644 → 0
+0 −1223

File deleted.

Preview size limit exceeded, changes collapsed.

libs/ui/InputTransport.cpp

deleted100644 → 0
+0 −611

File deleted.

Preview size limit exceeded, changes collapsed.

libs/ui/KeyCharacterMap.cpp

deleted100644 → 0
+0 −838

File deleted.

Preview size limit exceeded, changes collapsed.

libs/ui/KeyLayoutMap.cpp

deleted100644 → 0
+0 −341

File deleted.

Preview size limit exceeded, changes collapsed.

Loading