[FE training-materials-updates] Fix the wrong variable name

maxime.ripard at free-electrons.com maxime.ripard at free-electrons.com
Tue Jun 19 14:40:52 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=394e93680e49f73053e79ff0d60100b8cc866265

commit 394e93680e49f73053e79ff0d60100b8cc866265
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Jun 19 14:40:26 2012 +0200

    Fix the wrong variable name
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>

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 3e52124..7e33724 100644
--- a/slides/android-build-system-product/android-build-system-product.tex
+++ b/slides/android-build-system-product/android-build-system-product.tex
@@ -94,7 +94,7 @@ PRODUCT_PACKAGES += FooBar
 PRODUCT_COPY_FILES += \
   device/mybrand/mydevice/vold.fstab:system/etc/vold.fstab
 
-DEVICE_PRODUCT_OVERLAYS := device/mybrand/mydevice/overlay
+DEVICE_PACKAGE_OVERLAYS := device/mybrand/mydevice/overlay
 
 PRODUCT_NAME := full_mydevice
 PRODUCT_DEVICE := mydevice

-----------------------------------------------------------------------

Summary of changes:
 .../android-build-system-product.tex               |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


More information about the training-materials-updates mailing list