diff options
| author | 2018-09-14 18:56:05 +0000 | |
|---|---|---|
| committer | 2018-09-14 18:56:05 +0000 | |
| commit | ee26376f23bd878f2881cf9ffdb0b07f12fa698e (patch) | |
| tree | 97ca78b1e2bb70a41ec960a6437f33de767dd8f0 | |
| parent | 34e3e68375cf3a451b17054c7cd1435f4d70b1cf (diff) | |
| parent | e23aeb802409cb337ad66454049c9e3b6af0db9a (diff) | |
Merge "Update lint rules for graphics/text package layering"
| -rw-r--r-- | tools/apilint/apilint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/apilint/apilint.py b/tools/apilint/apilint.py index 018e9c9d5f57..934847f6eec2 100644 --- a/tools/apilint/apilint.py +++ b/tools/apilint/apilint.py @@ -697,8 +697,8 @@ def verify_layering(clazz): "android.provider", ["android.content","android.graphics.drawable"], "android.database", - "android.graphics", "android.text", + "android.graphics", "android.os", "android.util" ] |