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 | e961c5cb4c56d1432343e99196f7b26431740ba4 (patch) | |
tree | 230cf797151fca083829606f4b70241b8b929e61 | |
parent | 221cf765508252dfb9f360ca648dd0838d809737 (diff) | |
download | device_samsung_tuna-e961c5cb4c56d1432343e99196f7b26431740ba4.zip device_samsung_tuna-e961c5cb4c56d1432343e99196f7b26431740ba4.tar.gz device_samsung_tuna-e961c5cb4c56d1432343e99196f7b26431740ba4.tar.bz2 |
Add Camera back
Change-Id: I874020d60ca9bdad41ab1c608fae58cc6e0b320b
-rw-r--r-- | full_tuna.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/full_tuna.mk b/full_tuna.mk index 0e4aa5b..f2d8d61 100644 --- a/full_tuna.mk +++ b/full_tuna.mk @@ -21,6 +21,10 @@ # lines, full and toro, hence its name. # +# Camera +PRODUCT_PACKAGES := \ + Camera + # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) # This is where we'd set a backup provider if we had one |