Skip to content

Commit

Permalink
Add TARGET_SLSI_VARIANT makefile guard
Browse files Browse the repository at this point in the history
Change-Id: I3df35a154d6f7bb9bad355a7ea4ad417780c5506
  • Loading branch information
raymanfx authored and Stricted committed Apr 5, 2020
1 parent f157019 commit 90e8221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# limitations under the License.
#

ifeq ($(TARGET_SLSI_VARIANT),bsp)

common_exynos_dirs := \
libion_exynos \
libexynosutils \
Expand Down Expand Up @@ -134,3 +136,5 @@ endif
endif

include $(call all-named-subdir-makefiles,$(common_exynos_dirs))

endif # TARGET_SLSI_VARIANT

0 comments on commit 90e8221

Please sign in to comment.