-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audioreach-graphservices: Only build headers required for bt codec pl…
…ugins Signed-off-by: Abhay Singh Gill <abhaygill017@gmail.com>
- Loading branch information
1 parent
a72f3db
commit 350f81d
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
LOCAL_PATH := $(call my-dir) | ||
GRAPHSERVICE_PATH := $(call my-dir) | ||
|
||
ifeq ($(strip $(TARGET_USES_QCOM_MM_AUDIO)),true) | ||
ifneq ($(QCPATH),) | ||
include $(call all-subdir-makefiles) | ||
else | ||
include $(GRAPHSERVICE_PATH)/ar_osal/Android.mk | ||
include $(GRAPHSERVICE_PATH)/spf/Android.mk | ||
endif | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters