click: Fix build breakage for other devices
Change-Id: I29f5508455a5b177cfc3c260ca248d075ccd2baf
This commit is contained in:
parent
0290e2e643
commit
bfe1d61f54
@ -13,11 +13,14 @@
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_PATH := $(my-dir)
|
||||
subdir_makefiles := \
|
||||
|
||||
ifeq ($(TARGET_DEVICE),click)
|
||||
subdir_makefiles := \
|
||||
$(LOCAL_PATH)/libcopybit/Android.mk \
|
||||
$(LOCAL_PATH)/libgralloc/Android.mk \
|
||||
$(LOCAL_PATH)/liblights/Android.mk \
|
||||
$(LOCAL_PATH)/libcamera/Android.mk \
|
||||
$(LOCAL_PATH)/libsensors/Android.mk
|
||||
|
||||
include $(subdir_makefiles)
|
||||
include $(subdir_makefiles)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user