because it breaks jank tests.
revert first
This reverts commit 59581fb6d4.
Change-Id: Ic4b07b28edd387826fc58df86b02bbab460c9074
13 lines
222 B
Makefile
Executable File
13 lines
222 B
Makefile
Executable File
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := samples
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_SDK_VERSION := current
|
|
|
|
LOCAL_PACKAGE_NAME := SoftKeyboard
|
|
|
|
include $(BUILD_PACKAGE)
|