All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qais Yousef <qais.yousef@imgtec.com>
To: vinod.koul@intel.com
Cc: alsa-devel@alsa-project.org, Qais Yousef <qais.yousef@imgtec.com>
Subject: [TINYCOMPRESS][PATCH 4/6] Android.mk: Update to use the new location of source files
Date: Mon, 23 Mar 2015 13:09:03 +0000	[thread overview]
Message-ID: <1427116145-519-5-git-send-email-qais.yousef@imgtec.com> (raw)
In-Reply-To: <1427116145-519-1-git-send-email-qais.yousef@imgtec.com>

---
 Android.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Android.mk b/Android.mk
index 3cdd3d050c05..14878cccc805 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
 
 include $(CLEAR_VARS)
 LOCAL_C_INCLUDES:= $(LOCAL_PATH)/include
-LOCAL_SRC_FILES:= compress.c utils.c
+LOCAL_SRC_FILES:= src/lib/compress.c src/lib/utils.c
 LOCAL_MODULE := libtinycompress
 LOCAL_SHARED_LIBRARIES:= libcutils libutils
 LOCAL_MODULE_TAGS := optional
@@ -13,7 +13,7 @@ include $(BUILD_SHARED_LIBRARY)
 include $(CLEAR_VARS)
 
 LOCAL_C_INCLUDES:= $(LOCAL_PATH)/include
-LOCAL_SRC_FILES:= cplay.c
+LOCAL_SRC_FILES:= src/utils/cplay.c
 LOCAL_MODULE := cplay
 LOCAL_SHARED_LIBRARIES:= libcutils libutils libtinycompress
 LOCAL_MODULE_TAGS := optional
@@ -23,7 +23,7 @@ include $(BUILD_EXECUTABLE)
 include $(CLEAR_VARS)
 
 LOCAL_C_INCLUDES:= $(LOCAL_PATH)/include
-LOCAL_SRC_FILES:= crec.c
+LOCAL_SRC_FILES:= src/utils/crec.c
 LOCAL_MODULE := crec
 LOCAL_SHARED_LIBRARIES:= libcutils libutils libtinycompress
 LOCAL_MODULE_TAGS := optional
-- 
2.1.0

  parent reply	other threads:[~2015-03-23 13:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-23 13:08 [TINYCOMPRESS][PATCH 0/6] Convert build system to autotools Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 2/6] add .gitignore file Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 3/6] makefile.linux: delete as no longer necessary/used Qais Yousef
2015-03-23 13:09 ` Qais Yousef [this message]
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 5/6] compress.c: fix check for errors from poll(), read() and write() Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 6/6] src/lib/utils.c: remove this empty file Qais Yousef
2015-03-23 15:19 ` [TINYCOMPRESS][PATCH 0/6] Convert build system to autotools Qais Yousef
2015-03-23 16:40 ` Vinod Koul
2015-03-24  9:57   ` Qais Yousef

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427116145-519-5-git-send-email-qais.yousef@imgtec.com \
    --to=qais.yousef@imgtec.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.