All Downloads are FREE. Search and download functionalities are using the official Maven repository.

on.android.repackaged.dalvik-dx.9.0.0_r3.source-code.Android.mk Maven / Gradle / Ivy

There is a newer version: 14.0.0_r21
Show newest version
# Copyright 2006 The Android Open Source Project
#
LOCAL_PATH := $(call my-dir)

# This tool is prebuilt if we're doing an app-only build.
ifeq ($(TARGET_BUILD_APPS)$(filter true,$(TARGET_BUILD_PDK)),)

dx_src_files := $(call all-subdir-java-files)

# the documentation
# ============================================================
include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(dx_src_files) $(call all-subdir-html-files)
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= dx
LOCAL_DROIDDOC_OPTIONS := -hidden
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_IS_HOST_MODULE := true

include $(BUILD_DROIDDOC)

dx_src_files :=

endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK




© 2015 - 2024 Weber Informatics LLC | Privacy Policy