Commit Graph

8 Commits

Author SHA1 Message Date
Christopher Ferris
7bc2433721 Use uapi kernel headers.
Bug: 11559337
Change-Id: I9060b95f9e5d0b7d2173695d6a27df7b4d5d0758
2013-12-18 14:59:59 -08:00
Igor Murashkin
52bb78b2d7 update eclipse C++ include paths and updated README for C++ instructions
* add 1 more include path needed for frameworks/av to index correctly
* update README.importing-to-eclipse.txt for importing C++ files/symbols/paths

Change-Id: If967e5e9df28267f06e7b7451ba4c266776d58a2
2013-05-30 14:39:28 -07:00
Mathias Agopian
8ad2a3af80 update include paths and symbols for eclipse
- we define __SIZE_TYPE__ and __PTRDIFF_TYPE__ in symbols
  because for some reason Eclipse barfs on stddef.h otherwise.
  This seems to solve the problem entirely.

- removed symbols for HAVE_xxx because those should come
  from AndroidConfig.h

NOTE: make sure to set

  ${ProjDirPath}/build/core/combo/include/arch/linux-arm/AndroidConfig.h

in Eclipse's "Paths and Symbols" / "Include Files" tab. This tab is
NOT shown by default, it needs to be enabled in the global
preference panel under "C/C++" / "Property Pages Settings".

As far as I can tell this setting is not exportable.

Change-Id: I1aa185b4b3564118cb9da19b2f932b7b37b81167
2013-04-02 16:14:04 -07:00
Andy McFadden
f0ed2f95f7 More include paths
Added two AV-related include paths.

Change-Id: I70b703b82943f3c8a473ef8f7fc0f7188cab9aef
2013-03-12 15:14:45 -07:00
Andy McFadden
4db52ad567 Update Eclipse CDT include paths
include/arch moved
add libnativehelper for jni.h

Change-Id: I96367214cbdeb2e185fbda2c0cfaecc87a25164a
2012-11-28 14:33:21 -08:00
Mathias Agopian
4e2b37c89a update eclipse C++ include paths
Change-Id: Ie86250be5513e6ccc2780425d02a6c83397fd8e9
2012-08-13 14:18:17 -07:00
Mathias Agopian
d069948a49 update Eclipse include paths
Change-Id: Ia73ff3cc256ac0daaf3095441f595e271bc6c44e
2012-03-08 21:05:49 -08:00
Mathias Agopian
9789239a2f Android native include paths and symbols for Eclipse IDE
these are required to get the indexer working properly. the list might
not be 100% complete, but it seems to work with the vast majority
of the sources in the tree.

Change-Id: I2a899ebc8b35b8d024cc3499539489cca0127606
2012-02-27 13:29:10 -08:00