9 lines
207 B
Makefile
9 lines
207 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET)
|
|
|
|
# include the non-open-source counterpart to this file
|
|
-include vendor/samsung/galaxys2/AndroidBoardVendor.mk
|