diff options
| author | Keun Soo Yim <yim@google.com> | 2017-03-28 08:04:49 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-03-28 08:04:49 +0000 |
| commit | eecbfc646e546af652cee8eaa903221b15d61d4f (patch) | |
| tree | aa5c15196bcb0be8bc766fa4d4037f10930b2934 | |
| parent | 7b5a7c1b3bb341c2ce7fa7d6386d4204680a92e4 (diff) | |
| parent | eab54b09351b61c6d35e8d158bc9dac140e85d6c (diff) | |
| download | platform_external_openssh-oreo-dev.tar.gz platform_external_openssh-oreo-dev.tar.bz2 platform_external_openssh-oreo-dev.zip | |
Specialize for gce targets in opensshandroid-vts-8.0_r2android-vts-8.0_r1oreo-dev
am: eab54b0935
Change-Id: I098f16e348ba39d2f4b8799d1d748e50a4b52eaf
| -rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -125,6 +125,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)\" |
