blob: 7f79bc3b0b6a0f5233bdf22299e60da63a02e285 [file] [log] [blame]
Daniel Sandler5c9c1572012-08-16 10:57:52 -04001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5
6# Only compile source java files in this apk.
7LOCAL_SRC_FILES := $(call all-java-files-under, src)
8
9LOCAL_PACKAGE_NAME := WebViewDream
Anton Hansson3ef6a002018-02-22 18:07:51 +000010LOCAL_SDK_VERSION := current
Daniel Sandler5c9c1572012-08-16 10:57:52 -040011
12# need tasty bits
13# LOCAL_CERTIFICATE := platform
14
15include $(BUILD_PACKAGE)
16
17# Use the following include to make our test apk.
18include $(call all-makefiles-under,$(LOCAL_PATH))