Merge change 5017 into donut

* changes:
  Don't install afar and dexpreopt-wrapper on system while building tests.
This commit is contained in:
Android (Google) Code Review
2009-06-22 18:24:30 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -24,6 +24,6 @@ LOCAL_C_INCLUDES := external/zlib
LOCAL_SHARED_LIBRARIES := libz
LOCAL_MODULE := afar
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)

View File

@@ -31,6 +31,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE := dexopt-wrapper
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)