Skip to content

Referencing other make files (Android.mk etc) #12

@SoapyMan

Description

@SoapyMan

Hello!
It would be nice to support importing NDK and other foreign modules like cpufeatures, android_native_app_glue, etc
Is it possible to achieve such thing?

With options like

-- workspace level
androidimportmodules {
    "android_native_app_glue",
    "android/cpufeatures",
    "path_to_your_makefile/Android.mk"
}

-- project level (or LOCAL_STATIC_LIBRARIES), possibly "links" but i'm not sure
androidmodules {
   "android_native_app_glue",
   "cpufeatures",
   "your_android_mk_project_name"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions