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

Commit 15783f00 authored by Allen Hair's avatar Allen Hair Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to enable instrumentation of the framework classes." into nyc-dev

parents 6ec78a64 0e4f014c
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -495,6 +495,10 @@ LOCAL_JACK_FLAGS := --multi-dex native


LOCAL_RMTYPEDEFS := true
LOCAL_RMTYPEDEFS := true


ifeq ($(EMMA_INSTRUMENT_FRAMEWORK),true)
LOCAL_EMMA_INSTRUMENT := true
endif

include $(BUILD_JAVA_LIBRARY)
include $(BUILD_JAVA_LIBRARY)
framework_module := $(LOCAL_INSTALLED_MODULE)
framework_module := $(LOCAL_INSTALLED_MODULE)