diff options
author | 2025-03-04 04:59:45 -0800 | |
---|---|---|
committer | 2025-03-04 04:59:45 -0800 | |
commit | 11113f635549554197bf7b8d594bbbced6d30d7c (patch) | |
tree | 50bd0e75aabefff1e01e0e806c560fa9966c7e5d /aconfig | |
parent | 3f399e2208c84c114c80e50ad8278997488fb79e (diff) | |
parent | 1d4455dd1e52763611a03416db6295eb905141e4 (diff) |
Merge changes from topic "revive_system_ext_aconfig_container" into main am: bc917d9f15 am: 1d4455dd1e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3488672
Change-Id: Ifdf685d8aa4d1710c4ffc4938075c18f4dca3f03
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/aconfig_declarations.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfig/aconfig_declarations.go b/aconfig/aconfig_declarations.go index e38396d92..b06839831 100644 --- a/aconfig/aconfig_declarations.go +++ b/aconfig/aconfig_declarations.go @@ -47,7 +47,7 @@ type DeclarationsModule struct { // are from RELEASE_ACONFIG_EXTRA_RELEASE_CONFIGS. ReleaseConfigValues []AconfigReleaseConfigValue - // Container(system/vendor/apex) that this module belongs to + // Container(system/system_ext/vendor/apex) that this module belongs to Container string // The flags will only be repackaged if this prop is true. |