Skip to content
Snippets Groups Projects
  1. Sep 19, 2017
  2. Dec 24, 2016
  3. Sep 24, 2015
    • Chih-Hung Hsieh's avatar
      Move files up to match upstream source structure. · 5eafdf0f
      Chih-Hung Hsieh authored
      To create an upstream-master branch later and keep track
      of upstream changes.
      * src/Android.mk file is deleted because ./Android.mk
        is identical and serves the same purpose.
      * ./Makefile.am is moved from old src/Makefile.am,
        and new src/Makefile.am is from old src/src/Makefile.am.
        Similarly, ./ChangeLog is moved from old src/ChangeLog,
        and new src/ChangeLog is from old src/src/ChangeLog.
      * Remove unnecessary files that were generated by
        autoconf or configure.
      
      Change-Id: Iafc67d1e80f9d7ad2a74bc851bf9ca9e87205336
      5eafdf0f
  4. Feb 19, 2015
  5. Feb 16, 2015
    • Elliott Hughes's avatar
      Export elfutils headers and lose the version number from the path. · 41f67710
      Elliott Hughes authored
      Having the version number in the path just means that diffs for updates
      are completely unusable.
      
      perf refers to libdw.h, libdwfl.h, and version.h as <elfutils/libdw.h> and
      so on, so we do still need to do some manual work there, but let's use
      symlinks rather than duplicating the header files.
      
      Change-Id: I9fd3c5f5024bde12747fdb1c06d21cdcb3418f03
      41f67710
  6. Nov 20, 2013