Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 645fc7b7 authored by Ivan Lozano's avatar Ivan Lozano Committed by android-build-merger
Browse files

Merge "Exclude dirs from binder interface whitelisting" am: deaf3fc7 am: a3e9114b

am: 73f7aba9

Change-Id: I0563ad7a50ea660fc1fcdab8f2042a061ed4c0d0
parents 4c2c73ab 73f7aba9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -84,6 +84,12 @@ ifneq ($(NATIVE_COVERAGE),true)
  my_native_coverage := false
endif

# Exclude directories from manual binder interface whitelisting.
# TODO(b/145621474): Move this check into IInterface.h when clang-tidy no longer uses absolute paths.
ifneq (,$(filter $(addsuffix %,$(ALLOWED_MANUAL_INTERFACE_PATHS)),$(LOCAL_PATH)))
  my_cflags += -DDO_NOT_CHECK_MANUAL_BINDER_INTERFACES
endif

ifneq ($(strip $(ENABLE_XOM)),false)
  ifndef LOCAL_IS_HOST_MODULE
    my_xom := true