With this, the GCC dependency is gone for good.
Change-Id: Icb21e4133a6bd872beeb907c671766809dd794af
#
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2023 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@mkdir -p $(dir $@)
@cp -R $(RTKBTUSB_PATH)/* $(_rtkbtusb_intermediates)/
$(PATH_OVERRIDE) $(KERNEL_MAKE_CMD) $(KERNEL_MAKE_FLAGS) -C $(KERNEL_OUT) M=$(abspath $(_rtkbtusb_intermediates)) ARCH=$(TARGET_KERNEL_ARCH) $(KERNEL_CROSS_COMPILE) $(RTKBTUSB_CONFIGS) $(KERNEL_CLANG_TRIPLE) $(KERNEL_CC) modules
- $(KERNEL_TOOLCHAIN_PATH)strip --strip-unneeded $@;
+ $(TARGET_KERNEL_CLANG_PATH)/bin/llvm-strip --strip-unneeded $@;
include $(BUILD_SYSTEM)/base_rules.mk
endif