commit | d6054a36475b5ff502b4af78f7d272a713c1a8e7 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
tree | 15482ee71b318f54f288240adce0b59febf76bc7 |
Initial Contribution
diff --git a/led/Android.mk b/led/Android.mk new file mode 100644 index 0000000..3ecaff8 --- /dev/null +++ b/led/Android.mk
@@ -0,0 +1,12 @@ +# Copyright 2006 The Android Open Source Project + +ifeq ($(TARGET_PRODUCT),sooner) +LOCAL_SRC_FILES += led/led_sardine.c +else +ifeq ($(TARGET_PRODUCT),dream) +LOCAL_SRC_FILES += led/led_trout.c +else +LOCAL_SRC_FILES += led/led_stub.c +endif +endif +