1# Copyright 2007-2008 The Android Open Source Project 2 3LOCAL_PATH:= $(call my-dir) 4include $(CLEAR_VARS) 5 6LOCAL_SRC_FILES := $(call all-java-files-under, src) 7 8LOCAL_PACKAGE_NAME := Mms 9 10LOCAL_REQUIRED_MODULES := SoundRecorder 11 12include $(BUILD_PACKAGE) 13 14# This finds and builds the test apk as well, so a single make does both. 15include $(call all-makefiles-under,$(LOCAL_PATH)) 16