blob: 7a4808452ad1ce6256a5191ebe633e472f24e66e [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# This will build the client static library for the Google Services Framework
LOCAL_MODULE := oauth
# Includes all the java files, and explicitly declares any aidl files
LOCAL_SRC_FILES := \
$(call all-java-files-under, net)
LOCAL_SDK_VERSION := current
# Build the actual static library
include $(BUILD_STATIC_JAVA_LIBRARY)