* Fix the CMake configuration for Microphone Gem
The configuration was causing AudioSystem Gem to be loaded at runtime
regardless of whehter AudioSystem.Editor Gem was set to get loaded as
well. Gives Microphone Gem an Editor module to sort out the proper
runtime dependencies.
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
* Removes an unnecessary comment
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
* Fix platforms that don't build tools
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
* Use aliases to better express runtime depends
Cleans it up and removes the need for a Microphone.Editor module.
Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
* Final update copyright headers to reference license files at the repo root
Signed-off-by: spham <spham@amazon.com>
* Fix copyright validator unit tests to support the stale O3DE header scenario
Signed-off-by: spham <spham@amazon.com>