History log of /frameworks/opt/setupwizard/library/common.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.mk
f397a1d275912f87124773811bfdb469ab82d699 02-Aug-2016 Adam Lesinski <adamlesinski@google.com> Build with AAPT2

Change-Id: Id48c7095055860898a2ab75fea3ea83b723b3b92
/frameworks/opt/setupwizard/library/common.mk
8695624ce6c379ec2873a0b9bbee6e34515659ac 04-Aug-2016 Adam Lesinski <adamlesinski@google.com> Revert "Build with AAPT2"

Caused some edge case build failures. Will investigate.

This reverts commit 3771a653ed5ea7c1e21b70111825f23b9fe77aa1.

Change-Id: Ieb4dc7cba1a54557181ca2184b51de954f51d05c
/frameworks/opt/setupwizard/library/common.mk
3771a653ed5ea7c1e21b70111825f23b9fe77aa1 02-Aug-2016 Adam Lesinski <adamlesinski@google.com> Build with AAPT2

Change-Id: Id48c7095055860898a2ab75fea3ea83b723b3b92
/frameworks/opt/setupwizard/library/common.mk
a36954a3da0c07f81e31bcb7e83b746d293cabae 20-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Use AppCompat themes for icsCompat

Always use the AppCompat themes for icsCompat builds, even on v21+
because support library's FragmentActivity et al requires that.

Change-Id: Ie67ce494ab58e3e6f39eb92a8014a83a1737f8ee
/frameworks/opt/setupwizard/library/common.mk
2646e1d82ec6d133b35b775f044e156fca6d9d75 17-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Changed project hierarchy

Moved res-ics to ics/res, and res, src, AndroidManifest to main/.
This fits more to the "canonical layout" expected by gradle, and
works around the issue where blaze is expecting every res directory
used by a target to be named the same (including its library
dependencies and its transitive dependencies).

Change-Id: I658e3c0a67a01f379c43d3fad82cd40f9aa8cd28
/frameworks/opt/setupwizard/library/common.mk
d4c6ef70612f48c4612ec827bd89964d0955cd6f 12-Feb-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Initial project structure

Setup the initial project structure of the Setup Wizard Library, and
the makefiles.

Change-Id: I169c370d875fda2e73eefa59dbf19b8cb4c83d6b
/frameworks/opt/setupwizard/library/common.mk