diff options
author | Ankit Goyal <layog@google.com> | 2022-01-10 17:27:42 +0000 |
---|---|---|
committer | Ankit Goyal <layog@google.com> | 2022-01-10 17:27:42 +0000 |
commit | 65310a4f652c371f250020bdb76b2a8d6b6e8bdc (patch) | |
tree | e6439c8bdf8012833b5e2aeda3094245a11f4059 /Android.bp | |
parent | f59ed1c9baa3595b2a7505f4b60fe275e5e8c946 (diff) |
Revert^4 "Namespace gralloc4"
f59ed1c9baa3595b2a7505f4b60fe275e5e8c946
Change-Id: Id9961a3f019f1369d9845a16e7dd437e22354e47
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ soong_namespace { - imports: ["hardware/google/graphics/common"] + imports: [ + "hardware/google/graphics/common", + "hardware/google/gchips/gralloc4", + "hardware/google/gchips/GrallocHAL", + ] } package { |