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

Commit 0e4f014c authored by Allen Hair's avatar Allen Hair
Browse files

Add a flag to enable instrumentation of the framework classes.

Bug: 29777843
Change-Id: I0f3639ad1303a9b2cc612f99cde427dedff4874f
parent ec3f8409
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)