-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to runDevGc(). This fixes a Treble violation. Bug: 111655771 Test: manual Change-Id: I53d6db6ffa99e43e281f8086442151692c1826ca
- Loading branch information
Yifan Hong
committed
Sep 17, 2018
1 parent
732def2
commit 024a124
Showing
3 changed files
with
73 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,6 +139,9 @@ cc_library_static { | |
], | ||
}, | ||
}, | ||
shared_libs: [ | ||
"[email protected]", | ||
], | ||
} | ||
|
||
cc_binary { | ||
|
@@ -168,6 +171,11 @@ cc_binary { | |
"vold_prepare_subdirs", | ||
"wait_for_keymaster", | ||
], | ||
|
||
shared_libs: [ | ||
"[email protected]", | ||
"libhidltransport", | ||
], | ||
} | ||
|
||
cc_binary { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters