[QNN EP] Add support for building aarch64 wheels (#26634)
### Description
This change adds support for building a wheel with QNN EP support
targeting ARM64 on `manylinux_2_34`. Specifically:
* Include skel libs and other files necessary to use HTP and GPU on
Linux.
* Provide a sensible default `ADSP_LIBRARY_PATH` if one hasn't been set
by the user.
### Motivation and Context
This is in support of Qualcomm IoT devices such as the QCS6490 running
Ubuntu.
Please note that GLIBC usage in QNN dictates the use of a newer
`manylinux` image (`2_34` instead of `2.28`).
---------
Co-authored-by: Kilpatrick, Jeff <jkilpat@qti.qualcomm.com>