diff options
author | Yuli Huang <yuli@google.com> | 2011-10-13 00:28:28 +0800 |
---|---|---|
committer | Yuli Huang <yuli@google.com> | 2011-10-13 00:28:28 +0800 |
commit | 5b124642b53c6545b8d353f50e05229350f89e13 (patch) | |
tree | 4c7db9df4d6554854129b5b0ac53c94d083b0c89 /target | |
parent | 7dac5909d23a78ff6ed2af6e4d937354de8c7756 (diff) | |
download | build-5b124642b53c6545b8d353f50e05229350f89e13.zip build-5b124642b53c6545b8d353f50e05229350f89e13.tar.gz build-5b124642b53c6545b8d353f50e05229350f89e13.tar.bz2 |
Remove PhotoEditor from mk file.
Change-Id: Ia650e4dac0babb82fe2cb43073126f9e93b57362
Diffstat (limited to 'target')
-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) - |