Encapsulating the logic to toggle multiwindow mode from recents, and plumbing it through to accessibility global actions. Sending accessibility events when windows bounds change. Exposing the dock divider window type to accessibility services. Bug: 27250995 Change-Id: Ib7491f1f853dc7f01bf5c5a4ac1f914f55d0608a
13 lines
231 B
Makefile
13 lines
231 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := services.accessibility
|
|
|
|
LOCAL_SRC_FILES += \
|
|
$(call all-java-files-under,java)
|
|
|
|
LOCAL_JAVA_LIBRARIES := services.core
|
|
|
|
include $(BUILD_STATIC_JAVA_LIBRARY)
|