Home | History | Annotate | Download | only in recovery_l10n
      1 # Copyright 2012 Google Inc. All Rights Reserved.
      2 
      3 LOCAL_PATH := $(call my-dir)
      4 
      5 include $(CLEAR_VARS)
      6 
      7 LOCAL_PACKAGE_NAME := RecoveryLocalizer
      8 LOCAL_SDK_VERSION := current
      9 LOCAL_MODULE_TAGS := optional
     10 
     11 LOCAL_SRC_FILES := $(call all-java-files-under, src)
     12 
     13 include $(BUILD_PACKAGE)
     14