diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-07-20 18:29:19 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-07-20 18:29:19 -0700 |
commit | 1eb33d1b0572550873894f39497e06127d9a580f (patch) | |
tree | eb56769b6d73f155f4f3731e0ecbb6177b51f37d /full_maguro.mk | |
parent | 6b9aaf0acefc89f92dee02196e8c61bf274a45e6 (diff) | |
download | device_samsung_maguro-1eb33d1b0572550873894f39497e06127d9a580f.zip device_samsung_maguro-1eb33d1b0572550873894f39497e06127d9a580f.tar.gz device_samsung_maguro-1eb33d1b0572550873894f39497e06127d9a580f.tar.bz2 |
Add Camera back
Change-Id: I0dab49b5a88d4e8a5bdcedfb07798f3ce363891d
Diffstat (limited to 'full_maguro.mk')
-rw-r--r-- | full_maguro.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/full_maguro.mk b/full_maguro.mk index a8fec56..88497d7 100644 --- a/full_maguro.mk +++ b/full_maguro.mk @@ -21,6 +21,10 @@ # lines, full and maguro, hence its name. # +# Camera +PRODUCT_PACKAGES := \ + Camera + # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # This is where we'd set a backup provider if we had one |