diff options
author | 2025-03-14 11:30:11 -0700 | |
---|---|---|
committer | 2025-03-14 11:30:11 -0700 | |
commit | 41ef72bcbc37776c2cdb6a80446c5c5fadb60dc8 (patch) | |
tree | ce3fd14342d4001fafa1637dfe3d72415b60a555 | |
parent | 27f2db930c0dbd77c1e37931a35ab6e18379d523 (diff) | |
parent | f9502857fb45f381070bc2f4c39b1c8772590ece (diff) |
Merge "app_process: += libutilscallstack" into main
-rw-r--r-- | cmds/app_process/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/app_process/Android.bp b/cmds/app_process/Android.bp index a1575173ded6..3c7609e1d8ed 100644 --- a/cmds/app_process/Android.bp +++ b/cmds/app_process/Android.bp @@ -56,6 +56,7 @@ cc_binary { "libsigchain", "libutils", + "libutilscallstack", // This is a list of libraries that need to be included in order to avoid // bad apps. This prevents a library from having a mismatch when resolving |