consumerir: Move CLEAR_VARS below LOCAL_PATH

* For those keeping count, this is the second time
  my consumerir patches broke consumerir compile...

Change-Id: I343ec51d547bf616c1da3779457b0cace505c689
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
tirimbino
Paul Keith 8 years ago committed by Daniel Hillenbrand
parent 464c0c98bd
commit 698085880b
  1. 4
      consumerir/Android.mk

@ -15,10 +15,10 @@
# HAL module implementation stored in
# hw/<POWERS_HARDWARE_MODULE_ID>.<ro.hardware>.so
include $(CLEAR_VARS)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := consumerir.c
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include

Loading…
Cancel
Save