diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-02-05 19:57:35 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-02-05 19:57:35 +0100 |
| commit | 16e6bbbc2e3ddea8ec8d229767cc45121fd8cd82 (patch) | |
| tree | 1ff10d387c0efab7ca16d3e8d9ad232823c33f33 /AndroidBoard.mk | |
initial commit
Diffstat (limited to 'AndroidBoard.mk')
| -rw-r--r-- | AndroidBoard.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidBoard.mk b/AndroidBoard.mk new file mode 100644 index 0000000..e1a0dca --- /dev/null +++ b/AndroidBoard.mk @@ -0,0 +1,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/meizu/m2note/AndroidBoardVendor.mk |
