Merge change 26156 into eclair

* changes:
  keystore: exclude builds for simulator.
This commit is contained in:
Android (Google) Code Review
2009-09-21 12:47:41 -04:00

View File

@@ -14,6 +14,8 @@
# limitations under the License.
#
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -30,3 +32,5 @@ LOCAL_SHARED_LIBRARIES := libcutils libcrypto
LOCAL_MODULE:= keystore_cli
LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)
endif