| The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 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 | |||||