diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-06-30 16:10:35 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2010-07-13 17:04:57 -0700 |
commit | 8575a87b0d61d21c286321afdf193f4fac53d681 (patch) | |
tree | 3f87b3e49aaca93f76f4b739c904d416296d26c1 /libs/utils/Android.mk | |
parent | 837a0d0fb2c3fba8082d47d04cb6120af1eb9a54 (diff) | |
download | frameworks_native-8575a87b0d61d21c286321afdf193f4fac53d681.zip frameworks_native-8575a87b0d61d21c286321afdf193f4fac53d681.tar.gz frameworks_native-8575a87b0d61d21c286321afdf193f4fac53d681.tar.bz2 |
Add initial gamepad support.
Change-Id: I0439648f6eb5405f200e4223c915eb3a418b32b9
Diffstat (limited to 'libs/utils/Android.mk')
-rw-r--r-- | libs/utils/Android.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/utils/Android.mk b/libs/utils/Android.mk index 2bb42ab..8bd5823 100644 --- a/libs/utils/Android.mk +++ b/libs/utils/Android.mk @@ -122,3 +122,13 @@ LOCAL_SRC_FILES := $(commonSources) BackupData.cpp BackupHelpers.cpp include $(BUILD_STATIC_LIBRARY) endif endif + + +# Include subdirectory makefiles +# ============================================================ + +# If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework +# team really wants is to build the stuff defined by this makefile. +ifeq (,$(ONE_SHOT_MAKEFILE)) +include $(call first-makefiles-under,$(LOCAL_PATH)) +endif
\ No newline at end of file |