OSDN Git Service

Only build if BOARD_USES_IA_HWCOMPOSER is set
authorMarta Lofstedt <marta.lofstedt@intel.com>
Thu, 19 Jan 2017 14:28:29 +0000 (16:28 +0200)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Mon, 23 Jan 2017 21:50:14 +0000 (13:50 -0800)
Jira: None
Test: Build and boot to homescreen

Signed-off-by: Marta Lofstedt <marta.lofstedt@intel.com>
Android.mk

index c48f4cb..6a0e22c 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ifeq ($(strip $(BOARD_USES_DRM_HWCOMPOSER)),true)
+ifeq ($(strip $(BOARD_USES_IA_HWCOMPOSER)),true)
 
 LOCAL_PATH := $(call my-dir)
 include $(CLEAR_VARS)