summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-12-10 20:33:15 +0000
committer Spandan Das <spandandas@google.com> 2024-12-10 20:49:57 +0000
commit26d82910150270e29e4032149e87ed6e7662ffbb (patch)
treea62a69f5a47be57f98b83cdb9246834db1c1d44c /java/java.go
parent95db4499428f421571819699d92581e7422e7659 (diff)
Add a `prebuilt_kernel_modules` prop to skip debug symbol strip
`Strip_debug_symbols` will default to true. If this property is set to false explicitly, the .ko files will be installed without running llvm-strip. The use case for this is (system|vendor|odm)_dlkm filesystems, which package the source *.ko files without stripping debug symbols. This CL also fixes a bug where the output of `addLeadingSlashToPaths` was getting ignored, since it assigned its output to a variable that was scoped locally (via :=) instead of updating the variable in its outer scope (via =) Bug: 383357338 Test: mounted system_dlkm, vendor_dlkm, odm_dlkm image files built by make and soong (top of CL stack). NOTICE is the last diff. Change-Id: Ie5ecef0c3f6d024fe413106e17f22dee3fb18d61
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions