commit | d351a729a6b3a8eaf70ef8d69d569cff08d9960b | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Thu Aug 12 14:33:40 2021 -0700 |
committer | Willy Tu <wltu@google.com> | Fri Oct 29 21:24:12 2021 +0000 |
tree | dde6bb043fcea203915db844ddc6e24ead60b349 | |
parent | f0a89946f1e3ce2e8fe97525e6b057463aa2a169 [diff] |
dbus-sdr: prevent handler registration if dbus-sdr is enabled Compile out the handler registration if it is using dynamic stack. Reorder the handlers to have common handlers between the two implementations alway registered. Managing the handlers like this all code to be compiled during CI while providing some control over the handlers used. Change-Id: I6e9cffacfac4127d2307e8c5e548c84323742c94 Signed-off-by: Willy Tu <wltu@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.