summaryrefslogtreecommitdiff
path: root/library/common-gingerbread.mk
AgeCommit message (Collapse)Author
2018-03-30DO NOT MERGE Migrate to AAPT2Alan Viverette
Bug: 73128633 Test: make checkbuild Change-Id: I4871b1d396267805930caa0362cf9af5ac103bb1
2017-03-28Rename SuwLib directoriesMaurice Lam
Rename eclair-mr1 to gingerbread to reflect the min SDK version change, and full-support to recyclerview to better reflect what's inside the directory Also added comments and applied style fixes to keep checkstyle happy. Test: Existing tests pass Change-Id: I20332f718f2aae04092d5e45de944b1efce1a596
2017-02-17Don't use $(call my-dir) in common.mkMaurice Lam
$(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
2016-12-20Fix comments in common-gingerbread.mkMaurice Lam
Test: Build succeeded Bug: 33094508 Change-Id: Ib1206b7fac201fd69b9810d0206752915dc998e5
2016-12-12[SuwLib] Add gingerbreadCompat build variantMaurice Lam
Test: Builds fine. ./gradlew produces artifacts for this variant Bug: 33094508 Change-Id: Ie18c12fc64cca3f2949f77b7860d902496c094f8