//! `.gitkeep` placeholder files inside `src/main/jniLibs/<abi>/` so the
//! AAR build picks up the directory layout even before any `.so` is copied
//! in. The release pipeline writes the real `lib<crate>.so` files here.
use Path;
use crateGeneratedFile;
use crateResolvedCrateConfig;
use crateabis;
/// Emit one `.gitkeep` per ABI directory.
///
/// The file content is a single newline so end-of-file-fixer hooks treat
/// the file as already-terminated and leave it untouched (an empty file
/// would be rewritten to add a trailing newline on every commit).