Skip to content

Instantly share code, notes, and snippets.

@tpudlik
Last active June 13, 2024 21:25
Show Gist options
  • Save tpudlik/c06009bec0385e181e6e788ac5c8b699 to your computer and use it in GitHub Desktop.
Save tpudlik/c06009bec0385e181e6e788ac5c8b699 to your computer and use it in GitHub Desktop.
FACADES="
//pw_async:fake_dispatcher
//pw_async:task
//pw_chrono:system_clock
//pw_chrono:system_timer
//pw_cpu_exception:support
//pw_crypto:ecdsa
//pw_crypto:sha256
//pw_interrupt:context
//pw_sync:counting_semaphore
//pw_sync:interrupt_spin_lock
//pw_sync:mutex
//pw_sync:thread_notification
//pw_sync:timed_mutex
//pw_sync:timed_thread_notification
//pw_thread:id
//pw_thread:sleep
//pw_thread:test_thread_context
//pw_thread:thread
//pw_thread:yield
//pw_tls_client:pw_tls_client
"
for FACADE in $FACADES
do
echo "replace deps ${FACADE}_facade ${FACADE}.facade"
buildozer "replace deps ${FACADE}_facade ${FACADE}.facade" //...:%cc_library //...:%pw_cc_test
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment