commit | 548561092e60ef17ed36b14f0db993946266b1ad | [log] [tgz] |
---|---|---|
author | merothh <merothh@gmail.com> | Thu Nov 04 12:07:41 2021 +0530 |
committer | merothh <merothh@gmail.com> | Thu Jan 13 15:55:53 2022 +0530 |
tree | a2741f9e04bf5e946b51c7d3be55f7b9b07364c5 |
FP4: Initial (recoveryonly) tree * LineageOS recovery boots and is functional
diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..d2cdf9d --- /dev/null +++ b/Android.mk
@@ -0,0 +1,11 @@ +# +# Copyright (C) 2021 The LineageOS Project +# +# SPDX-License-Identifier: Apache-2.0 +# + +LOCAL_PATH := $(call my-dir) + +ifeq ($(TARGET_DEVICE),FP4) +include $(call all-makefiles-under,$(LOCAL_PATH)) +endif