Farhan/openssh
Revision | b41c2ea39e0c548081e4466de2cae80b61c24b42 (tree) |
---|---|
Time | 2015-12-19 06:05:37 |
Author | Dan Willemsen <dwillemsen@goog...> |
Commiter | android-build-merger |
Merge "Stop relying on global GCE_PLATFORM_SDK_VERSION"
am: 7b8b4a6e29
* commit '7b8b4a6e29299be9e6dd25e376806b3039ac4f8e':
@@ -124,6 +124,8 @@ LOCAL_MODULE := libssh | ||
124 | 124 | |
125 | 125 | LOCAL_CFLAGS+=-O3 -Wno-unused-parameter |
126 | 126 | |
127 | +LOCAL_CFLAGS += -DGCE_PLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION) | |
128 | + | |
127 | 129 | include $(BUILD_SHARED_LIBRARY) |
128 | 130 | |
129 | 131 | ###################### ssh ###################### |