Inline usages of LOCAL_STEM
Having no variables in include/inherit-product statements makes the conversion to starlark cleaner. Bug: 211659921 Test: Presubmits Change-Id: Icfac35c62267a3cdb718cce4ebb9e7c131125e59
This commit is contained in:
parent
aa58c7eb7b
commit
b19fd21ddc
2 changed files with 2 additions and 6 deletions
|
@ -12,6 +12,4 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LOCAL_STEM := bluejay/BoardConfigPartial.mk
|
-include vendor/google_devices/bluejay/BoardConfigPartial.mk
|
||||||
|
|
||||||
-include vendor/google_devices/$(LOCAL_STEM)
|
|
||||||
|
|
|
@ -12,6 +12,4 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LOCAL_STEM := bluejay/device-partial.mk
|
$(call inherit-product-if-exists, vendor/google_devices/bluejay/device-partial.mk)
|
||||||
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue