This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardware_oplus-CherishOS/Android.mk
Daniel Jacob Chittoor eec907348b Add top-level Android.mk guard
* Inherit makefiles only if dir is in PRODUCT_SOONG_NAMESPACES.

Signed-off-by: Daniel Jacob Chittoor <djchittoor47@gmail.com>
Change-Id: I22955477304229365b7632c9792d737230de9376
2022-07-11 11:52:44 -07:00

6 lines
107 B
Makefile

ifneq ($(filter $(call my-dir),$(PRODUCT_SOONG_NAMESPACES)),)
include $(call all-subdir-makefiles)
endif