diff options
author | Bob Lee <crazybob@google.com> | 2009-07-08 11:22:01 -0700 |
---|---|---|
committer | Bob Lee <crazybob@google.com> | 2009-07-08 11:22:01 -0700 |
commit | aeb049ce8b782cadc1690d6339af4afe722817d1 (patch) | |
tree | 212d9785ded1c8ae9c1af2b8270ac409efb540e5 /data/etc | |
parent | 831ea07dabf6331b7a410971eb85b2ae72239b50 (diff) | |
download | frameworks_base-aeb049ce8b782cadc1690d6339af4afe722817d1.zip frameworks_base-aeb049ce8b782cadc1690d6339af4afe722817d1.tar.gz frameworks_base-aeb049ce8b782cadc1690d6339af4afe722817d1.tar.bz2 |
Removed reference to awt jar from platform.xml.
Diffstat (limited to 'data/etc')
-rw-r--r-- | data/etc/platform.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 0bd3276..a3579c7 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -143,8 +143,6 @@ <!-- This is a list of all the libraries available for application code to link against. --> - <library name="android.awt" - file="/system/framework/android.awt.jar" /> <library name="android.test.runner" file="/system/framework/android.test.runner.jar" /> <library name="com.android.im.plugin" |