• Carl Shapiro's avatar
    Make libdex structures tool friendly. · bfc9799b
    Carl Shapiro authored
    Previously, the struct name and its typedef name were identical.  This
    confuses emacs and etags.  This change eliminates the typedef names and
    removes the extern "C" wrapping the libdex header files.  To support
    this change the transitive C dependencies have been made to compile as
    C++ instead.
    
    Change-Id: I7065f32d61d776f9b09c7b461adf2502268d852f
    bfc9799b
DexOptData.h 1.29 KB