diff options
Diffstat (limited to 'etc/import/absl/cleanup/TARGETS.absl')
-rw-r--r-- | etc/import/absl/cleanup/TARGETS.absl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/import/absl/cleanup/TARGETS.absl b/etc/import/absl/cleanup/TARGETS.absl index 5aa16c75..399750b4 100644 --- a/etc/import/absl/cleanup/TARGETS.absl +++ b/etc/import/absl/cleanup/TARGETS.absl @@ -1,6 +1,6 @@ { "cleanup": { "type": "export" - , "target": "cleanup_internal_" + , "target": "cleanup (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "cleanup_internal_": +, "cleanup (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["cleanup"] , "stage": ["absl", "cleanup"] |