blob: 6a1a04837878cb7ebd659520d3024a51441f8632 (
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/htc/m7univ/AndroidBoardVendor.mk
|