commit | 0cf6f300eea72325a6f578e7534a3ff92c049b16 | [log] [tgz] |
---|---|---|
author | Manish Dungriyal <mdungriyal@google.com> | Tue Nov 01 20:26:47 2022 +0000 |
committer | Manish Dungriyal <mdungriyal@google.com> | Tue Nov 15 12:39:58 2022 +0000 |
tree | cf4904be6a06149f8c4b95569c2cdaa11ce09135 | |
parent | a585dac805ec6c1ba65890413bcce42ff67fcf4a [diff] [blame] |
Add file_context for telephonymodules APEX Test: Build Bug: 255736341 Ignore-AOSP-First: Yet to merge for AOSP Change-Id: I2e511c4096d117a4dda271bcf235ac7c277f2c33
diff --git a/apex/Android.bp b/apex/Android.bp index c4080ca..0d4c404 100644 --- a/apex/Android.bp +++ b/apex/Android.bp
@@ -293,3 +293,10 @@ "com.android.devicelock-file_contexts", ], } + +filegroup { + name: "com.android.telephonymodules-file_contexts", + srcs: [ + "com.android.telephonymodules-file_contexts" + ], +}