From 174d914ef1cc0175ba73eb7d46fbe3256befcde9 Mon Sep 17 00:00:00 2001 From: ix5 Date: Wed, 30 Jan 2019 21:43:48 +0100 Subject: [PATCH] wcnss_service: Drop vendor build guard The PRODUCT_VENDOR_MOVE_ENABLED buildvar is never set in the device trees, causing this module to be installed to /system. Drop the build guard to always install to /vendor. --- wcnss-service/Android.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/wcnss-service/Android.mk b/wcnss-service/Android.mk index 77b859b..4a4344e 100644 --- a/wcnss-service/Android.mk +++ b/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