[FE training-materials-updates] There is two layers of overlays per device and per product

Maxime Ripard maxime.ripard at free-electrons.com
Mon Oct 1 17:31:32 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=db5095075c872a5bf2fa48478480cc8927a5d75f

>---------------------------------------------------------------

commit db5095075c872a5bf2fa48478480cc8927a5d75f
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Oct 1 17:31:58 2012 +0200

    There is two layers of overlays per device and per product
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

db5095075c872a5bf2fa48478480cc8927a5d75f
 .../android-build-system-product.tex               |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/slides/android-build-system-product/android-build-system-product.tex b/slides/android-build-system-product/android-build-system-product.tex
index 7e33724..7118bd9 100644
--- a/slides/android-build-system-product/android-build-system-product.tex
+++ b/slides/android-build-system-product/android-build-system-product.tex
@@ -76,8 +76,9 @@ PRODUCT_MODEL := Full flavor of My Brand New Device
     code
   \item This is used for example to change the wallpaper for one
     particular device
-  \item Use the \code{DEVICE_PACKAGE_OVERLAYS} variable that you set to a
-    path to a directory in your device folder
+  \item Use the \code{DEVICE_PACKAGE_OVERLAYS} or
+    \code{PRODUCT_PACKAGE_OVERLAYS} variables that you set to a path
+    to a directory in your device folder
   \item This directory should contain a structure similar to the
     source tree one, with only the files that you want to override
   \end{itemize}



More information about the training-materials-updates mailing list