Home | History | Annotate | Download | only in makekeycodes
      1 # Copyright 2005 The Android Open Source Project
      2 
      3 LOCAL_PATH:= $(call my-dir)
      4 include $(CLEAR_VARS)
      5 
      6 LOCAL_SRC_FILES := \
      7 	makekeycodes.cpp
      8 
      9 LOCAL_MODULE := makekeycodes
     10 
     11 include $(BUILD_HOST_EXECUTABLE)
     12 
     13 
     14