// Copyright (C) 2026 oxmc / PawletOS // SPDX-License-Identifier: Apache-2.0 // Shared handler ABI header, used by the daemon and every handler plugin. cc_library_headers { name: "pawlet_hwh_headers", export_include_dirs: ["include"], } // Default image-local hardware manifest. A device tree may install its own // supported_hardware.json to override this. The schemas/ files are // documentation/CI artifacts and are intentionally not shipped on-device. prebuilt_etc { name: "pawlet_supported_hardware_default", src: "etc/supported_hardware.default.json", filename: "supported_hardware.json", sub_dir: "pawlet", system_ext_specific: true, }