History log of /frameworks/opt/setupwizard/library/common-gingerbread.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8dc50c2ee94216e720716a3a01e851eb8d40d0a8 18-Feb-2017 Maurice Lam <yukl@google.com> 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
/frameworks/opt/setupwizard/library/common-gingerbread.mk
63643830837bd3395dc747a46d4f6118ea5a5ec8 21-Dec-2016 Maurice Lam <yukl@google.com> Fix comments in common-gingerbread.mk

Test: Build succeeded
Bug: 33094508
Change-Id: Ib1206b7fac201fd69b9810d0206752915dc998e5
/frameworks/opt/setupwizard/library/common-gingerbread.mk
284e32c94b3ed0196d94ebe34abb7d6f9ef61cd6 23-Nov-2016 Maurice Lam <yukl@google.com> [SuwLib] Add gingerbreadCompat build variant

Test: Builds fine. ./gradlew produces artifacts for this variant
Bug: 33094508
Change-Id: Ie18c12fc64cca3f2949f77b7860d902496c094f8
/frameworks/opt/setupwizard/library/common-gingerbread.mk