1

I need to develop ppapi plugin and include it into build of android chromium. Now, I know how to build apk file from chromium source code. But I don’t know how to make APK file with preinstalled plugin. I found ppapi plugin sample

src/native_client_sdk/src/getting_started/part1/

and complied it, but I don’t know where I must place these files in sources of android chromium to build them together?

Dmitry Dmitry
  • 78
  • 1
  • 11
  • I, probably, found how to make(run make utility, thanks to captain obvious:)) pexe file from plugin's source files. Maybe solution is to place this file in some out/Release subdirectory to include it in release apk file? – Dmitry Dmitry Jul 13 '15 at 09:18

1 Answers1

1

According to this help entry,

Chrome for Android doesn't support plug-ins, including Flash.

timrau
  • 22,578
  • 4
  • 51
  • 64