Define LOCAL_PRIVATE_PLATFORM_APIS for FmApp

For System SDK compliance either of two flags should be defined
for all Android APK's
LOCAL_SDK_VERSION Or LOCAL_PRIVATE_PLATFORM_APIS
LOCAL_SDK_VERSION supports two values current and system_current.
"current" will compile APK code with SDK API's and system_current
will compile code with SDK + System API's
LOCAL_PRIVATE_PLATFORM_APIS will compile APK code with platform
API's, this option enables to use hidden platform API's in APK.
This flag cannot be defined for vendor APK's.

Change-Id: I86070d38e0deee37e437027ba7b44e1272cb895d
1 file changed
tree: 59dcf24ffc64c06539e8d5b99bcdc0ba9bd11a5b
  1. fm_hci/
  2. fmapp2/
  3. helium/
  4. jni/
  5. qcom/
  6. Android.mk