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: I70bdaced349694b2e76c7fe8e500876a56e1efaf
This commit is contained in:
parent
605793b34f
commit
13a1e928ec
4 changed files with 4 additions and 12 deletions
|
@ -12,6 +12,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_STEM := oriole/BoardConfigPartial.mk
|
||||
|
||||
-include vendor/google_devices/$(LOCAL_STEM)
|
||||
-include vendor/google_devices/oriole/BoardConfigPartial.mk
|
||||
|
|
|
@ -12,6 +12,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_STEM := oriole/device-partial.mk
|
||||
|
||||
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
|
||||
$(call inherit-product-if-exists, vendor/google_devices/oriole/device-partial.mk)
|
||||
|
|
|
@ -12,6 +12,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_STEM := raven/BoardConfigPartial.mk
|
||||
|
||||
-include vendor/google_devices/$(LOCAL_STEM)
|
||||
-include vendor/google_devices/raven/BoardConfigPartial.mk
|
||||
|
|
|
@ -12,6 +12,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_STEM := raven/device-partial.mk
|
||||
|
||||
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
|
||||
$(call inherit-product-if-exists, vendor/google_devices/raven/device-partial.mk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue