blob: df45fcd3ca05036bace870de06b5d4bbf9bb4fa8 [file] [log] [blame]
The Android Open Source Project931fd372009-03-03 19:32:24 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Queruf5ed3252010-01-05 16:27:23 -08004LOCAL_MODULE_TAGS := optional
The Android Open Source Project931fd372009-03-03 19:32:24 -08005
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_PACKAGE_NAME := HTMLViewer
Anton Hansson462a0e82018-02-22 16:11:52 +00009LOCAL_SDK_VERSION := current
The Android Open Source Project931fd372009-03-03 19:32:24 -080010
11include $(BUILD_PACKAGE)