Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2049338 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 26156 into eclair

* changes:
  keystore: exclude builds for simulator.
parents 9c203eb2 c5dbc5e9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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