Android: Revert setting LINUX variable on Android target systems
Since !7556 (merged), the Platform/Android
module
inherits the LINUX
variable setting from Platform/Linux
. While
Android may use a Linux kernel, CMAKE_SYSTEM_NAME
is not Linux
, and
the platform does not follow conventions of most Linux distributions.
Fixes: #24196 (closed)
Backport: release