cc79490fa8
Bug: http://b/27837319
(cherry picked from commit 3d0153a807
)
Change-Id: Iec2cd10fa77ed1881d55ac4e0ab48e45172f0cf7
12 lines
254 B
Makefile
12 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)
|