Browse Source

touch: pineapple: Enabling bazel build for touch modules.

Allowing bazel build to generate touch modules for pineapple.

Change-Id: Id291374269f0ecdac3d0b87a078bca7d6c46c576
Signed-off-by: Simranjeet Thind <[email protected]>
Simranjeet Thind 1 year ago
parent
commit
b0624f68e4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Android.mk

+ 3 - 0
Android.mk

@@ -11,6 +11,9 @@ ifeq ($(TOUCH_DLKM_ENABLE),  true)
        TOUCH_SELECT := CONFIG_MSM_TOUCH=m
 
        LOCAL_PATH := $(call my-dir)
+       ifeq ($(TARGET_BOARD_PLATFORM), pineapple)
+              LOCAL_MODULE_DDK_BUILD := true
+       endif
        include $(CLEAR_VARS)
 
        # This makefile is only for DLKM