commit | 45bee32c4c81ea7def34c77256383cc5a0bf1333 | [log] [tgz] |
---|---|---|
author | Dongwon Kang <dwkang@google.com> | Thu Aug 15 13:46:00 2019 -0700 |
committer | Dongwon Kang <dwkang@google.com> | Thu Aug 15 13:54:49 2019 -0700 |
tree | 7f82b7a1cc65d722de33382c24c37e5119ce100c | |
parent | 3760f012953ea40ac65a92dcb660db061f573be8 [diff] |
Move implementations to DataSourceBase.h Some lib*extractors include DataSourceBase.h but are not linking libstagefright which has the implementation. This doesn't cause any build issue in normal build, but it actually matters when NATIVE_COVERAGE=true which uses -O0. Fixing by moving the implementation to the header. Bug: 139459652 Test: m Test: NATIVE_COVERAGE=true COVERAGE_PATHS="*" m Change-Id: Ic955189ff9f0fbc48b5b35eccdb2916dc79fdb0f