mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
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>
This commit is contained in:
parent
464c0c98bd
commit
698085880b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue