macloader: Move device dependent modules to /vendor

Change-Id: I184ec79c8fc4d6047146b84bcc935aef129fc7f4
This commit is contained in:
Diego Wilson 2017-02-24 17:07:28 -08:00 committed by Kevin F. Haggerty
parent bdb254d989
commit ea125c30ea
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_MODULE := macloader
LOCAL_MODULE_TAGS := optional
LOCAL_VENDOR_MODULE := true
include $(BUILD_EXECUTABLE)