Deprecate SUW lib platform variant

It's becoming too hard to develop without support lib with the lack
of recycler view and other newer support lib features. Please migrate
to common-gingerbread at your convenience.

Test: Builds. This change should be a no-op (simply renaming files)
Bug: 33298315
Change-Id: I2e2a23ae5c1f554d8c62728b60d3ba59a60e458c
This commit is contained in:
Maurice Lam 2017-12-21 19:19:06 -08:00
parent 5153bc0ae2
commit a073b842bb
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# DEPRECATED: This variant is no longer maintained. Use common-gingerbread instead
#
# Include this make file to build your application against this module.
#
@ -9,7 +10,7 @@
# LOCAL_RESOURCE_DIR := \
# $(LOCAL_PATH)/res
#
# include frameworks/opt/setupwizard/library/common.mk
# include frameworks/opt/setupwizard/library/common-platform-deprecated.mk
#
# Path to directory of setup wizard lib (e.g. frameworks/opt/setupwizard/library)