diff options
| author | Steve Kondik <steve@cyngn.com> | 2015-10-16 21:29:05 -0700 |
|---|---|---|
| committer | Steve Kondik <steve@cyngn.com> | 2015-10-16 21:29:20 -0700 |
| commit | ef0b8c7bbd444d1140e8606db1a8d38369f012fd (patch) | |
| tree | a8b054cbc3f803babfd4f6bac46fe71b0873720e | |
| parent | 3296ccfd4b84a3d2c91334e7252165c124b7513b (diff) | |
| download | android_hardware_qcom_bt-ef0b8c7bbd444d1140e8606db1a8d38369f012fd.tar.gz android_hardware_qcom_bt-ef0b8c7bbd444d1140e8606db1a8d38369f012fd.tar.bz2 android_hardware_qcom_bt-ef0b8c7bbd444d1140e8606db1a8d38369f012fd.zip | |
bt-caf: Add guard makefile
Change-Id: I89be4bd031c36ce698b7531e9fc66b53c9c13aec
| -rw-r--r-- | Android.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +BT_VENDOR_PATH := $(call my-dir) + +ifeq ($(BT_VENDOR_PATH),$(call project-path-for,bt-vendor)) + ifeq ($(call is-vendor-board-platform,QCOM),true) include $(call all-named-subdir-makefiles,libbt-vendor) endif # is-vendor-board-platform + +endif |
