15c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel SandlerLOCAL_PATH:= $(call my-dir)
25c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandlerinclude $(CLEAR_VARS)
35c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler
45c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel SandlerLOCAL_MODULE_TAGS := optional
55c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler
65c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler# Only compile source java files in this apk.
75c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel SandlerLOCAL_SRC_FILES := $(call all-java-files-under, src)
85c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler
95c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel SandlerLOCAL_PACKAGE_NAME := WebViewDream
105c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler
115c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler# need tasty bits
125c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler# LOCAL_CERTIFICATE := platform
135c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler
145c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandlerinclude $(BUILD_PACKAGE)
155c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler
165c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandler# Use the following include to make our test apk.
175c9c1573621e52ce54b172d3a8bc47ae481c06d6Daniel Sandlerinclude $(call all-makefiles-under,$(LOCAL_PATH))
18