aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-12 12:12:25 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-12 12:12:25 -0700
commitcbdac564395121a4431cbff3b53dfb971d223c91 (patch)
tree6fcea1f621f0ae7e286341a08fc54b1de65538a6
parent21defc264075dd8953e7e491a06820e54c964635 (diff)
parent91f55a38bfd4cad8548c59d47162aad177b0bf91 (diff)
downloadbluez-cbdac564395121a4431cbff3b53dfb971d223c91.tar.gz
Merge "Remove the simulator target from all makefiles. Bug: 5010576"
-rwxr-xr-xAndroid.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 456efddc..fdaccbb1 100755
--- a/Android.mk
+++ b/Android.mk
@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-ifneq ($(TARGET_SIMULATOR),true)
ifeq ($(BOARD_HAVE_BLUETOOTH),true)
include $(all-subdir-makefiles)
endif
-endif