commit | bec47c4e45afd96f65d028e885265deb67100a4b | [log] [tgz] |
---|---|---|
author | Buyu Xiao <bxiao@google.com> | Tue Nov 26 23:30:35 2024 +0000 |
committer | Buyu Xiao <bxiao@google.com> | Tue Nov 26 23:30:35 2024 +0000 |
tree | 49fd789ecf00b0f004d1ddff14e0f2ecb34abeb8 | |
parent | 91e41f52f1d9b650d352c444f0926e54123f195f [diff] [blame] |
Add missing source to perfetto-trace-processor-python-srcs Change-Id: I9f3cb7b7f496429551460fd932ddfea9a3cb6175
diff --git a/Android.bp b/Android.bp index 4b72160..798ab18 100644 --- a/Android.bp +++ b/Android.bp
@@ -17992,7 +17992,10 @@ filegroup { name: "perfetto-trace-processor-python-srcs", - srcs: ["python/perfetto/trace_processor/*.py"], + srcs: [ + "python/perfetto/common/*.py", + "python/perfetto/trace_processor/*.py", + ], path: "python", }