Skip to content

Commit

Permalink
Merge pull request #1 from ix5/always-vendor
Browse files Browse the repository at this point in the history
[WIP] wcnss_service: Drop vendor build guard
  • Loading branch information
jerpelea committed Feb 19, 2019
2 parents d8a7fe7 + 174d914 commit 6351125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wcnss-service/Android.mk
@@ -1,9 +1,7 @@
ifneq (,$(filter arm aarch64 arm64, $(TARGET_ARCH)))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
ifeq ($(PRODUCT_VENDOR_MOVE_ENABLED),true)
LOCAL_VENDOR_MODULE := true
endif
LOCAL_MODULE := wcnss_service
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/common/inc/
LOCAL_SRC_FILES := wcnss_service.c
Expand Down

0 comments on commit 6351125

Please sign in to comment.