Skip to content
Snippets Groups Projects
Commit cb55dafb authored by Keun Soo Yim's avatar Keun Soo Yim Committed by android-build-merger
Browse files

Specialize for gce targets in openssh am: eab54b09 am: eecbfc64

am: 2e8c31b1

Change-Id: Ib5cf7a82a4533123823f3f2014d14b9d617cd0e2
parents 9768ca48 2e8c31b1
No related merge requests found
......@@ -126,6 +126,9 @@ LOCAL_MODULE := libssh
LOCAL_CFLAGS+=-O3 -Wno-unused-parameter
LOCAL_CFLAGS += -DGCE_PLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
ifneq ($(filter gce_x86 calypso, $(TARGET_DEVICE)),)
LOCAL_CFLAGS += -DANDROID_GCE -DSSHDIR=\"/var/run/ssh\"
endif
ifneq (,$(SSHDIR))
LOCAL_CFLAGS += -DSSHDIR=\"$(SSHDIR)\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment