• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2012 Google Inc. All Rights Reserved.
2
3LOCAL_PATH := $(call my-dir)
4
5include $(CLEAR_VARS)
6
7LOCAL_PACKAGE_NAME := RecoveryLocalizer
8LOCAL_MODULE_TAGS := optional
9
10LOCAL_SRC_FILES := $(call all-java-files-under, src)
11
12include $(BUILD_PACKAGE)
13