diff options
author | Yuli Huang <yuli@google.com> | 2011-10-12 09:37:35 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-10-12 09:37:35 -0700 |
commit | 6f081c3a12750707851bd427fe4a4aa0abef5c27 (patch) | |
tree | b3d9536b50174c878d0d3247f67929537cac186b /target/product | |
parent | 3a8c9a112e3cf44f79a4ccfc2e922e9495a85292 (diff) | |
parent | 5b124642b53c6545b8d353f50e05229350f89e13 (diff) | |
download | build-6f081c3a12750707851bd427fe4a4aa0abef5c27.zip build-6f081c3a12750707851bd427fe4a4aa0abef5c27.tar.gz build-6f081c3a12750707851bd427fe4a4aa0abef5c27.tar.bz2 |
am 5b124642: Remove PhotoEditor from mk file.
* commit '5b124642b53c6545b8d353f50e05229350f89e13':
Remove PhotoEditor from mk file.
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/full_base.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk index a8a32fe..d89af51 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -25,7 +25,6 @@ PRODUCT_PACKAGES := \ libdrmframework_jni \ libfwdlockengine \ OpenWnn \ - PhotoEditor \ PinyinIME \ libWnnEngDic \ libWnnJpnDic \ @@ -53,4 +52,3 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk) # Get everything else from the parent package $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk) - |