Move libraries under //source into //libraries
Change-Id: Ic78dec1cd0df51f0cd7b38cd2f50dee307b49de3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/sample_project/+/170510
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Anthony DiGirolamo <tonymd@google.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
diff --git a/targets/stm32f429i_disc1/BUILD.gn b/targets/stm32f429i_disc1/BUILD.gn
index ef185f9..74f3f3a 100644
--- a/targets/stm32f429i_disc1/BUILD.gn
+++ b/targets/stm32f429i_disc1/BUILD.gn
@@ -35,7 +35,7 @@
pw_third_party_stm32cube_CONFIG =
"$dir_pigweed/targets/stm32f429i_disc1_stm32cube:stm32f4xx_hal_config"
pw_third_party_stm32cube_CORE_INIT = ""
- pw_board_led_BACKEND = "//source/pw_board_led_stm32f429i_disc1"
+ pw_board_led_BACKEND = "//libraries/pw_board_led_stm32f429i_disc1"
pw_boot_cortex_m_LINK_CONFIG_DEFINES = [
"PW_BOOT_FLASH_BEGIN=0x08000200",
"PW_BOOT_FLASH_SIZE=2048K",