3d0153a807
Bug: http://b/27837319 Change-Id: I116fc13ae108a59b657f5c9f7efe971de72ac743
13 lines
254 B
Makefile
13 lines
254 B
Makefile
# Copyright 2012 Google Inc. All Rights Reserved.
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_PACKAGE_NAME := RecoveryLocalizer
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
|
|
include $(BUILD_PACKAGE)
|