commit | c6793c5290763362e70fd60a8d735c49af09c76e | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Tue May 25 08:36:36 2010 +0800 |
committer | Jack Palevich <jackpal@google.com> | Tue May 25 08:36:36 2010 +0800 |
tree | 277a879000de1cc40e3024455e472e016e410f9e | |
parent | 0cf08ed5ad723b55a5b020cb566de391ac2cce5b [diff] [blame] |
Include the linenoise.h header in a cleaner way. (This was a comment to an earlier change that I overlooked.)
diff --git a/sh/Android.mk b/sh/Android.mk index 958c3dc..b5e5c38 100644 --- a/sh/Android.mk +++ b/sh/Android.mk
@@ -35,6 +35,8 @@ LOCAL_STATIC_LIBRARIES := liblinenoise +LOCAL_C_INCLUDES += system/core/liblinenoise + make_ash_files: PRIVATE_SRC_FILES := $(SRC_FILES) make_ash_files: PRIVATE_CFLAGS := $(LOCAL_CFLAGS) make_ash_files: