Android.mk Include other projects

前端 未结 1 1375
無奈伤痛
無奈伤痛 2021-02-04 21:47

Explanations

The goal of my question is to know how to create a Android.mk (makefile) that can build and run, this structures of project below.

1条回答
  •  情话喂你
    2021-02-04 22:22

    1. No. It needn't.
    2. Yes. You can reference to the aosp source under "packages/apps/Dialer". It is just meets the situation you declare. Dialer includes "packages/app/ContactsCommon" and "packages/app/InCallUI". You'll find that there is no Android.mk under InCallUI's path.

    0 讨论(0)
提交回复
热议问题