Skip to content
Snippets Groups Projects
Commit 16bd4c7a authored by David Tseng's avatar David Tseng
Browse files

Include a local manifest to define an entry point.

Change-Id: I0b07b1391620744d8eab9726f7e2a814418c8056
parent baba482f
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,6 @@ LOCAL_SRC_FILES := $(call all-java-files-under, AccessCheck/src)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := accessibilityvalidator
LOCAL_JAR_MANIFEST := MANIFEST.MF
include $(BUILD_HOST_JAVA_LIBRARY)
Manifest-Version: 1.0
Created-By: 1.6.0 (Sun Microsystems Inc.)
Main-Class: com.android.accessibility.AccessibilityValidator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment