diff --git a/config/all.yml b/config/all.yml index 02745e2..7194abc 100644 --- a/config/all.yml +++ b/config/all.yml @@ -1,6 +1,7 @@ type: device-list devices: + - lynx.yml - cheetah.yml - panther.yml - bluejay.yml diff --git a/config/lynx.yml b/config/lynx.yml new file mode 100644 index 0000000..cc38061 --- /dev/null +++ b/config/lynx.yml @@ -0,0 +1,8 @@ +device: + name: lynx + +platform: + product_makefile: device/google/lynx/aosp_lynx.mk + +includes: + - common/gen7pixel.yml