aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2019-07-29 14:31:37 -0700
committerDan Willemsen <dwillemsen@google.com>2019-07-29 14:31:37 -0700
commitbb9069e8cea770979eeedcfc67d83a2f8ecd482f (patch)
tree23953a76bc38afef44952b59932dfe4e1997ae86
parent12eb56b60bb4e7fedd6a538d7e3c3ce5dd54ea96 (diff)
downloadsample-bb9069e8cea770979eeedcfc67d83a2f8ecd482f.tar.gz
Stop using the PRODUCT- syntax in docs
It's going away in https://android-review.googlesource.com/c/platform/build/+/1093293 Test: none Change-Id: Icedb3649bdf7ab0c44eefe204aa3b63477377cff
-rw-r--r--README.txt4
-rw-r--r--products/sample_addon.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 2649eae..d8b8cdc 100644
--- a/README.txt
+++ b/README.txt
@@ -1,3 +1,3 @@
To build the add-on:
- make -j8 PRODUCT-sample_addon-sdk_addon
- \ No newline at end of file
+ lunch sample_addon-userdebug
+ m sdk_addon
diff --git a/products/sample_addon.mk b/products/sample_addon.mk
index ef15a10..f0abf2f 100644
--- a/products/sample_addon.mk
+++ b/products/sample_addon.mk
@@ -40,5 +40,5 @@ PRODUCT_SDK_ADDON_DOC_MODULES := platform_library
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
# Real name of the add-on. This is the name used to build the add-on.
-# Use 'make PRODUCT-<PRODUCT_NAME>-sdk_addon' to build the add-on.
+# Use 'lunch <PRODUCT_NAME>-userdebug; m sdk_addon' to build the add-on.
PRODUCT_NAME := sample_addon