blob: 5343d1aef9dfe053712fe0af30f1423cae381e28 [file] [log] [blame]
Jake Hamby50a624a2011-05-17 18:49:03 -07001# Copyright 2011 The Android Open Source Project
2
3LOCAL_PATH:= $(call my-dir)
4include $(CLEAR_VARS)
5
6LOCAL_MODULE_TAGS := optional
7
8LOCAL_SRC_FILES := $(call all-java-files-under, src)
9
10LOCAL_PACKAGE_NAME := CellBroadcastReceiver
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))