summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2018-01-04 21:17:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-01-04 21:17:13 +0000
commit6f99c43ee003eef23507a764baa9eeaf32fa134e (patch)
treed98bfc647ef689e565a79b00610913fa3deb5cc0
parent9cd96c1c7b8ce846e1ba515ba98eb5548066b30b (diff)
parenta073b842bb91a2b0af0ce8f51f51115ca5f92d2b (diff)
downloadsetupwizard-6f99c43ee003eef23507a764baa9eeaf32fa134e.tar.gz
Merge "Deprecate SUW lib platform variant"
-rw-r--r--library/common-platform-deprecated.mk (renamed from library/common.mk)3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/common.mk b/library/common-platform-deprecated.mk
index 3372cf2..bc190d0 100644
--- a/library/common.mk
+++ b/library/common-platform-deprecated.mk
@@ -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)