Move rkp_factory_extraction_tool dist dir to "rkp"

We will be publishing more tools for partners, and they should live
together. With that in mind, move the rkp_factory_extraction_tool dist
to "rkp/" instead of "rkp_factory_extraction_tool/".

Test: Built it
Change-Id: Ic86fe555a75dfe12a4cae1b4be48c33bae95ecbb
This commit is contained in:
Seth Moore 2023-08-02 13:00:53 -07:00
parent 9c38948bc5
commit ab493724db

View file

@ -95,22 +95,22 @@ cc_binary {
target: {
android_arm: {
dist: {
dir: "rkp_factory_extraction_tool/arm",
dir: "rkp/arm",
},
},
android_arm64: {
dist: {
dir: "rkp_factory_extraction_tool/arm64",
dir: "rkp/arm64",
},
},
android_x86: {
dist: {
dir: "rkp_factory_extraction_tool/x86",
dir: "rkp/x86",
},
},
android_x86_64: {
dist: {
dir: "rkp_factory_extraction_tool/x86_64",
dir: "rkp/x86_64",
},
},
},