commit | d8b1dda042a6d7447cb40caa920d2479647b7bf9 | [log] [tgz] |
---|---|---|
author | jahinimtiaz <jahinimtiaz@google.com> | Mon Mar 13 23:53:08 2023 +0000 |
committer | jahinimtiaz <jahinimtiaz@google.com> | Thu Mar 30 21:22:34 2023 +0000 |
tree | a8cf1ec2280413da73454cd2dd491305829227c7 | |
parent | a59180a4ca8442179c0b76145e3d285240d12e69 [diff] [blame] |
Include module dependencies under `data` Bug: 269138674 Test: Presubmit Change-Id: Ibd1a18f6369396c4ae7b0263baab84f25c88ce06
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index 979a660..60f7735 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp
@@ -722,6 +722,9 @@ "tests/unit/VectorDrawableTests.cpp", "tests/unit/WebViewFunctorManagerTests.cpp", ], + data: [ + ":hwuimicro", + ], } // ------------------------