blob: 55a36d52357d7c2479f6cb333ae5c10e11539353 (
plain)
1
2
3
4
5
6
7
8
|
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET)
# include the non-open-source counterpart to this file
-include vendor/__MANUFACTURER__/__DEVICE__/AndroidBoardVendor.mk
|