diff options
author | Deepanshu Gupta <deepanshu@google.com> | 2015-01-02 13:55:20 -0800 |
---|---|---|
committer | Deepanshu Gupta <deepanshu@google.com> | 2015-01-02 13:55:20 -0800 |
commit | 4022272a4f714a8d140c09804881ad338964f324 (patch) | |
tree | ae924814dd60435def117eca419b2499705d2a04 /tools/layoutlib/create | |
parent | eae390a94ee63676bc6cbe3b36dbe5bb48e82f6b (diff) | |
download | frameworks_base-4022272a4f714a8d140c09804881ad338964f324.zip frameworks_base-4022272a4f714a8d140c09804881ad338964f324.tar.gz frameworks_base-4022272a4f714a8d140c09804881ad338964f324.tar.bz2 |
Remove Time from CreateInfo
Time_Delegate was removed in change with Change-Id:
Iae5ef65678f0e6c7c5af520c45bd15980ce3fa55. But the name wasn't removed
from CreateInfo. This didn't cause any problems at runtime, but caused
the layoutlib_create tests to fail.
Change-Id: I079b1e024b97d389eb07d4f088fd860efbb02eb3
Diffstat (limited to 'tools/layoutlib/create')
-rw-r--r-- | tools/layoutlib/create/src/com/android/tools/layoutlib/create/CreateInfo.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/layoutlib/create/src/com/android/tools/layoutlib/create/CreateInfo.java b/tools/layoutlib/create/src/com/android/tools/layoutlib/create/CreateInfo.java index 7c6f112..f9e6151 100644 --- a/tools/layoutlib/create/src/com/android/tools/layoutlib/create/CreateInfo.java +++ b/tools/layoutlib/create/src/com/android/tools/layoutlib/create/CreateInfo.java @@ -228,7 +228,6 @@ public final class CreateInfo implements ICreateInfo { "android.os.SystemProperties", "android.text.AndroidBidi", "android.text.StaticLayout", - "android.text.format.Time", "android.util.FloatMath", "android.view.Display", "libcore.icu.DateIntervalFormat", |