diff options
| author | 2024-02-14 20:14:35 +0000 | |
|---|---|---|
| committer | 2024-02-14 20:14:35 +0000 | |
| commit | f9bdb7978fcb9fd9327cd558baff270d72e6d116 (patch) | |
| tree | 38bf7132b9b4eb1fa0034a57f310e3450a65084b | |
| parent | c8354066f423f62ff2bb45170a959ea36aa45955 (diff) | |
Add jarjar_prefix to framework-minus-apex
Test: CI
Bug: 310504781
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:14459bf7e2f4b8a33655181b5f9092e745402809)
Merged-In: Ie2ee7578352463aa42942c0b42b78557c414fb52
Change-Id: Ie2ee7578352463aa42942c0b42b78557c414fb52
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 6f4593b1595d..65ec01592fce 100644 --- a/Android.bp +++ b/Android.bp @@ -479,6 +479,8 @@ java_library { lint: { baseline_filename: "lint-baseline.xml", }, + // For jarjar repackaging + jarjar_prefix: "com.android.internal.hidden_from_bootclasspath", } java_library { |