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_MODULE_TAGS := optional
      9 
     10 LOCAL_SRC_FILES := $(call all-java-files-under, src)
     11 
     12 include $(BUILD_PACKAGE)
     13