Don't use $(call my-dir) in common.mk
$(call my-dir) changes the LOCAL_MODULE_MAKEFILE variable, and setup wizard lib should not be using it. Replaced them with $(dir $(lastword $(MAKEFILE_LIST))). Test: `m` shows the error messages attributed to the correct makefile Bug: 35479731 Change-Id: Ie4577d840848b5b141a574c3a859b5ee9767704c
Loading
Please sign in to comment