Home | History | Annotate | Download | only in input
      1 # Copyright 2008 The Android Open Source Project
      2 #
      3 LOCAL_PATH:= $(call my-dir)
      4 include $(CLEAR_VARS)
      5 
      6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
      7 LOCAL_MODULE := input
      8 include $(BUILD_JAVA_LIBRARY)
      9 
     10 include $(CLEAR_VARS)
     11 ALL_PREBUILT += $(TARGET_OUT)/bin/input
     12 $(TARGET_OUT)/bin/input : $(LOCAL_PATH)/input | $(ACP)
     13 	$(transform-prebuilt-to-target)
     14